[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-MENU
Much like the <dir> element, used to specify a small grouping of list items. Items must be labeled with the <li> tag as usual.
Attributes
None
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-MENU
Menu
UsageMuch like the <dir> element, used to specify a small grouping of list items. Items must be labeled with the <li> tag as usual.
Attributes
None
Live Example
<html> <head><title>MENU Document Example</title></head> <body> <menu> <li>List item 1.</li> <li>List item 2.</li> <li>List item 3.</li> </menu> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
