0
<nav>
What is the use of <nav>tag used?
4 Respostas
+ 2
You can find it out like this:
– Google it
– Read the documentation
+ 2
That's covered in detail in the HTML course.
Every web page is divided into sections. The HEAD, the BODY, etc. NAV is a section where your navigation is placed.
0
Ok thank you
0
The `<nav>` tag is basically used to wrap around your navigation links, like menus or links to different parts of a website. It tells the browser, "Hey, these are the important links for getting around!"