Hi is anyone created a menu in HTML.Please suggest the idea about that.I think in javascript it can be done but i want to use a builtin menu designing and embed it.
| SitePoint Sponsor |
Hi is anyone created a menu in HTML.Please suggest the idea about that.I think in javascript it can be done but i want to use a builtin menu designing and embed it.


A menu is, semantically, an unordered list of links. So a menu in HTML looks like this,
Code HTML4Strict:<ul> <li><a href="/">Home</a></li> <li><a href="/news/">News</a></li> <li><a href="/products/">Products</a></li> <li><a href="/services/">Services</a></li> <li><a href="/about/">About Us</a></li> </ul>
Birnam wood is come to Dunsinane
Bookmarks