Web HTML-HTML.com
You are here: HTML > lists

<MENU ...>

Usage Recommendation
Use <LI ...> instead.

<MENU ...> indicates the start a series of choices. It is usually rendered like <UL ...>.

Here's a comparison:

this code produces this
<MENU>
<LI>Ham
<LI>Ham and Eggs
<LI>Ham, Eggs and Bacon
</MENU>
  • Ham
  • Ham and Eggs
  • Ham, Eggs and Bacon
  • <UL>
    <LI>Ham
    <LI>Ham and Eggs
    <LI>Ham, Eggs and Bacon
    </UL>
    • Ham
    • Ham and Eggs
    • Ham, Eggs and Bacon

    <DL ...> >>>

              

    Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
    3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
    www.HTML-HTML.com