which tag is used to create navigation bar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

which tag is used to create navigation bar

25th Jun 2016, 4:10 PM
Aditya Shidlyali
Aditya Shidlyali - avatar
4 Answers
+ 2
<nav> doesn't create a navigation bar. It just marks and describes content (<nav>content</nav>) as navigation. You have to create that navigation (menu or footer links for example) yourself.
26th Jun 2016, 10:25 AM
ZinC
ZinC - avatar
+ 1
<nav>
25th Jun 2016, 4:41 PM
Naveen Kumar
Naveen Kumar - avatar
0
<nav>your navigation</nav> usualy navigation can be combine with tag <ul> and <li> ex: <ul> <li><a href="index. html">Home</a></li> <li><a href=about_me.html">About Me</a></li> </ul>
27th Jun 2016, 3:53 AM
suhendra fajrianor
suhendra fajrianor - avatar
- 2
:&%
25th Jun 2016, 5:54 PM
Raman
Raman - avatar