<UL></UL>

Contains an unordered list of items


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


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] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:49 -0500
URL: ./htmlgd/tagul.html