show-notice
hide-notice

Friday 9 August 2013

HTML menu Tag


Introduction:

The HTML menu tag is used for specifying a menu list.For other list types, see the ul tag (for an unordered list), the ol tag (for an ordered list), and the dir tag (for a directory list).

Example:
<html>
<head>
<title>HTML menu Tag</title>
</head>
<body>
<menu>
<li>dir</li>
<li>menu</li>
<li>ul</li>
</menu>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com