How to create a navigation bar by using only html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create a navigation bar by using only html

by using html only

20th Dec 2018, 3:38 PM
sidharthan j
sidharthan j - avatar
1 Answer
+ 7
<ul>   <li><ahref="default.asp">Home</a></li>   <li><ahref="news.asp">News</a></li>   <li><ahref="contact.asp">Contact</a></li>   <li><ahref="about.asp">About</a></li> </ul> https://www.w3schools.com/css/css_navbar.asp
20th Dec 2018, 6:57 PM
Pedro H.J
Pedro H.J - avatar