0
How to add menu bar in html website?
Pls send me the answer with code and explanation
3 Answers
+ 1
use <nav></nav>
in the nav you can put a list.
<nav> <ul> <li> home </li> <li> categories</li> <li> contact us </li> </ul>
then on css you can make ot look how you want.
just take the free html and css course here it shows you how.
0
And how to make it like dropdown
0
css or javascript to hide it..but show the drop down on click pr hover