Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > 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-8 Art Dacor USA LLC. All Rights Reserved.
    3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
    www.HTML-HTML.com