How to create menu in html | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to create menu in html

help me how to create menu in html

4th Jun 2017, 3:20 AM
A S
A S - avatar
3 Antworten
0
just try and do experiment <div id="menu"> <ul> <li><a href="#">Home</a></li> <li><a href="#">Contact</a></li> <li><a href="#">About Us</a></li> </ul> </div> then in css #menu{ display: inline-block; text-decoration: none; } ul li a{ display: block;
4th Jun 2017, 3:34 AM
Rohit Kumar
Rohit Kumar - avatar
0
thanks for your response Code.
4th Jun 2017, 3:54 AM
A S
A S - avatar
0
heyy
10th Jun 2017, 12:24 PM
himanshu
himanshu - avatar