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

<UL></UL>

Contains an unordered list of items


Element used to format and display an unordered list of items.

	<html>
	<head>
	<title>An Unordered List</title>
	</head>
	<body>
	  .
	  .
==>>	<ul>
	  <li>Apples</li>
	  <li>Bananas</li>
	  <li>Oranges</li>
==>>	</ul>
	  .
	  .
	</body>
	</html>

HTML 3.2 Final

You are allowed to specify a number of attributes for the list:

type
This attribute lets you control the bullet style to apply to your list. The types are:
=disc
=square
=circle
compact
A "suggestion" to the browser that it ought to reduce the spacing on the list. I haven't played with this yet but I'm tempted to give it a try just to see what difference it makes.

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/tagul.html