
- Doctype Html Html Body The Nav Element H1 The Nav Element H1 Licenese Plate Numbers Nav A Href License Pl 1 (59.04 KiB) Viewed 15 times
I am using the <nav> tag in html and want to add the
information inside the link (license plate numbers), please
help on how to do that
The information that needs to be added inside the link is:
Ford, Truck, C90-PLE
<!DOCTYPE html> <html> <body> The nav element <h1>The nav element</h1> licenese plate numbers <nav> <a href="/License Plate numbers with make and models/">licenese_plate_numbers</a> </body> </html>