Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility
Element Index > Lists
Category: Lists
Period: HTML 1 / HTML 2.0
Status: core
A menu list, intended for short choices or command-like links.
<MENU> <LI><A HREF="new.html">New</A> <LI><A HREF="open.html">Open</A> </MENU>
None in HTML 2.0.
<MENU> <LI><A HREF="index.html">Home</A> <LI><A HREF="quickref.html">Quick Reference</A> </MENU>
Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.
Top | Home | All Elements
HTML Level 1 and 2 Manual.