Connected: An Internet Encyclopedia
RFC 1866 - 5.6.4. Menu List: MENU
Top: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 5. Document Structure
Up: 5.6. List Elements
Prev: 5.6.3. Directory List: DIR
Next: 5.6.5. Definition List: DL, DT, DD
5.6.4. Menu List: 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>
Next: 5.6.5. Definition List: DL, DT, DD
Connected: An Internet Encyclopedia
RFC 1866 - 5.6.4. Menu List: MENU