martin2k

The MENU Tag

HomeForumTutorials Tags:
 
 

Name

Menu

Description

Defines an unordered list (the same as UL).  Multiple LI tags can be contained within this tag.

The UL tag has replaced this tag and should be used instead.

Attributes

Related Tags

The LI tag is used within the MENU tag.

Example

Code

<p>States:</p>

<menu>
  <li>New York</li>
  <li>Iowa</li>
  <li>Massachusetts</li>
  <li>...</li>
</menu>

Generates

States:

  • New York
  • Iowa
  • Massachusetts
  • ...

  • Please fill in the below form if you have any comments or additional information you want to add about the above information.  If you have any questions, please visit the ForumAny questions sent using this form will be ignored.

    * - Mandatory

    *Name: E-mail:

    *Comments:

    *Please type the following code (your comment cannot be accepted without it):


    © Martin Allen 1999 - 2006.  Last updated Sunday 15 October 2006 06:28:24 PM +0100.