<menu> Description:
The <menu></menu> tag was designed to create a single column menu list.
Deprecated in favor of the <ul></ul> element.
<menu> Web Browser Support:
- Netscape 2, 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 2, 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV / MSNTV
- AvantGo Palm OS
- AvantGo Windows CE
- HTML 3.2, 4.0
- XHTML 1.0: XHTML Legacy Module
<menu> Attributes:
- class (optional)
- dir (optional)
- id (optional)
- lang (optional)
- onclick (optional)
- ondblclick (optional)
- onkeydown (optional)
- onkeypress (optional)
- onkeyup (optional)
- onmousedown (optional)
- onmousemove (optional)
- onmouseout (optional)
- onmouseover (optional)
- onmouseup (optional)
- style (optional)
- title (optional)
<menu> End Tag:
</menu> REQUIRED<menu> Contents:
List elements. The following tags are valid within the <menu> tag:
li
<menu> Valid Context:
The <menu> tag is valid within the following tags:
blockquote, body, button, center, dd, div, fieldset, form, iframe, li, noframes, noscript, object, td, th
<menu> Usage:
- standard menu list
My cats' names are:
<menu>
<li>Suni</li>
<li>Auto</li>
</menu>
<menu> Special Notes:
- This element has been deprecated in XHTML 1.0 and HTML 4.0 in favor of unordered lists.
More <menu> Information:
- Coming soon

