MENU Element

Syntax:

<MENU> ... </MENU>

Example:


<MENU>
<li>This is the first item in the LIST.</li>
<li>This is the second.</li>
<li>This is the third.</li>
<li> <i>Notice each item is preceded by a "bullet". <i></li>
</MENU>
  • This is the first item in the LIST.
  • This is the second.
  • This is the third.
  • Notice each item is preceded by a "bullet".
  • Many browsers, such as Netscape, present MENU lists the same as Unorder Lists.