+ 1
How to create a navigation bar by using only html
by using html only
1 ответ
+ 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