MENU
The <MENU> element is a list of items with typically one line per
item. The menu list style is typically more compact than the style of
an unordered list.
The content of a <MENU> element is a sequence of <LI> elements.
Nested block elements are not allowed in the content of <MENU>
elements. For example:
<MENU>
<LI>First item in the list.
<LI>Second item in the list.
<LI>Third item in the list.
</MENU>
Content
Exclusions
- blockquote -- Quoted passage
- dir -- Directory list
- dl -- Definition list, or glossary
- form -- Fill-out or data-entry form
- isindex -- Document is a searchable index
- listing -- Computer listing
- menu -- Menu list
- ol -- Ordered, or numbered list
- p -- Paragraph
- pre -- Preformatted text
- ul -- Unordered list
- xmp -- Example section
ATTRIBUTES
CONTENT DECLARATION
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: REQUIRED
Parent Elements
- blockquote -- Quoted passage
- body -- Document body
- dd -- Definition of term
- form -- Fill-out or data-entry form
- li -- List item
Top Elements
All Elements
General Entities
Tree
HTML 2.0 DTD