Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | MENU |
---|
Purpose | menu list |
---|
Description | This element encloses a list of items constituting a menu, or a set from which you can select. The intent is that MENU creates lists which are more compact than UL lists. However, the MENU element was never rendered differently in many browsers and is rarely used.
|
---|
Start tag | Required <MENU>
|
---|
Attributes | Name | Type | Default | Comment |
---|
COMPACT | ( COMPACT ) | #IMPLIED | compact list style | SDAFORM | CDATA | #FIXED "List" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals | SDAPREF | CDATA | #FIXED "<LHead>Menu</LHead>" | generated text prefix; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
---|
Content | ( LI )+ -( P | UL | OL | DIR | MENU | DL | PRE | BLOCKQUOTE | FORM | ISINDEX )
|
---|
End tag | Required </MENU>
|
---|
Referenced in | BLOCKQUOTE BODY DD DIR FORM LI MENU
|
---|
Example | Source | Appearance |
---|
On the menu:
<MENU>
<LI>Pizza
<LI>Ham
<LI>Cheese
<MENU>
<LI>Cheddar
<LI>Munster
</MENU>
<LI>Eggs
</MENU>
| On the menu:
|
|
---|