Category: Lists | Previous: DIR | Next: UL

<MENU>

Description:

A menu. The menu element encloses a menu. Most browsers format this element in the same way as an unordered list.

Syntax:

<MENU> ... </MENU>

Attributes:

Attribute Value Description
None

Notes:

Example:

<MENU>
<LI> Choice One
<LI> Choice Two
<LI> Choice Three

</MENU>


  • Choice One
  • Choice Two
  • Choice Three

  • Index: HTML Reference | Previous: MARQUEE | Next: META