0 out of 8 rated this helpful - Rate this topic

menu element | menu object

[This documentation is preliminary and is subject to change.]

Creates an unordered list of items.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Standards information

HTML information

Closing Tagrequired
CSS Displayblock

Remarks

Examples

This example uses the MENU element to create a menu with two items.


<MENU>
<LI>This is the first item in the menu.
<LI>And this is the second item in the menu.
</MENU>

 

 

Build date: 3/8/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Solas gang
<MENU>
<LI>This is the first item in the menu.
<LI>And this is the second item in the menu.
</MENU>