Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Nav Element?

1 Posts
1 Users
2 Reactions
302 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions.

ii. What Is HTML Nav Element?

iii. How To Write "nav" Element with "nav tag" in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

1 Answer
1
Topic starter

What Is HTML Nav Element Explained:

- HTML Nav Element is used to create links navigation and menu section in an HTML document.

- it is placed inside HTML body element.

- It has both opening and closing HTML tags

- How To Write "nav" Element with "nav tag" in HTML Explained:
    <nav>
    <a href="/about"> About </a>
    <a href="/contact"> Contact </a>
    </nav>

Share: