1. About.com
  2. Computing & Technology
  3. Web Design / HTML

Discuss in my forum

<menu></menu>

By , About.com Guide

<menu> Description:

The <menu></menu> tag was designed to create a single column menu list.

Deprecated in favor of the <ul></ul> element.

<menu> Web Browser Support:
<menu> Attributes:
<menu> End Tag:
</menu> REQUIRED
<menu> Contents:

List elements. The following tags are valid within the <menu> tag:
li

<menu> Valid Context:

The <menu> tag is valid within the following tags:
blockquote, body, button, center, dd, div, fieldset, form, iframe, li, noframes, noscript, object, td, th

<menu> Usage:
  • standard menu list
    My cats' names are:
     <menu>
     <li>Suni</li>
     <li>Auto</li>
     </menu>
<menu> Special Notes:
  • This element has been deprecated in XHTML 1.0 and HTML 4.0 in favor of unordered lists.
More <menu> Information:

©2012 About.com. All rights reserved. 

A part of The New York Times Company.