loose DTD: MENU element
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
- li -- List item
Exclusions
- address -- Address, signature, or byline for document or passage
- blockquote -- Quoted passage
- center
- dir -- Directory list
- div
- dl -- Definition list, or glossary
- fieldset
- form -- Fill-out or data-entry form
- h1 -- Heading, level 1
- h2 -- Heading, level 2
- h3 -- Heading, level 3
- h4 -- Heading, level 4
- h5 -- Heading, level 5
- h6 -- Heading, level 6
- hr -- Horizontal rule
- isindex -- Document is a searchable index
- menu -- Menu list
- noframes
- noscript
- ol -- Ordered, or numbered list
- p -- Paragraph
- pre -- Preformatted text
- table
- ul -- Unordered list
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: REQUIRED
Parent Elements
- applet
- blockquote -- Quoted passage
- body -- Document body
- button
- center
- dd -- Definition of term
- del
- div
- fieldset
- form -- Fill-out or data-entry form
- iframe
- ins
- li -- List item
- map
- noframes
- noscript
- object
- td
- th
Top Elements
All Elements
Tree
loose DTD