Name
Menu
Description
Defines an unordered list (the same as UL). Multiple
LI tags can be contained within this tag.
The UL tag has replaced this tag and should be used
instead.
Attributes
Related Tags
The LI tag is used within the MENU tag.
Example
Code
<p>States:</p>
<menu>
<li>New York</li>
<li>Iowa</li>
<li>Massachusetts</li>
<li>...</li>
</menu>
Generates
States:
© Martin Allen 1999 - 2006. Last updated Sunday 15 October 2006 06:28:24 PM +0100.
|