menu element | menu object
[This documentation is preliminary and is subject to change.]
Creates an unordered list of items.
![]() |
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
- HTML 4.01 Specification, Section 10.4 (Deprecated)
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | block |
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
