RuskFamily.com ... the Legend Continues Practice Page
| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

<MENU></MENU>

Contains a list of items


Used to mark up a section of text to be displayed like a menu.

	<html>
	<head>
	<title>Menu listing of site</title>
	</head>
	<body>
	   .
	   .
==>>	<menu>
	<li>Elvis Memorial Page</li>
	<li>Mick Jagger's Geritol Ad</li>
==>>	</menu>
	   .
	   .
	</body>
	</html>

This is one of the original tags used in HTML. The browser writers never really took the recommendation of the specification to display this as a multi-column menu. Instead they treat it the same as a ul (unordered list). So there you have it.

HTML 3.2 Final

    Nothing more to add.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.

| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

Michael T. Rusk
Comments to author: mike@ruskfamily.com

All contents copyright © 1996-2001 Michael T. Rusk
All rights reserved.

Valid HTML 4.01!   Valid CSS!

Revised: Sunday, December 30, 2007 11:06 -0500
URL: ./htmlgd/tagmenu.html