Orvado Technologies is your one-stop shop for custom web site solutions, quality work at affordable rates
 
orvado side

<UL>

The UL element defines an unordered list of items. Normally, this should be rendered by by browsers as a vertical list of items like a shopping list. Before each item is a bullet which serves to identify each item.

The ending tag is required for this element.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
TITLE A title that is associated with the element (displayed as a tooltip in Internet Explorer)
TYPE [DEPRECATED] Defines the type of bullet used to denote individual items in the list for the unordered list (UL) element. Possible values are "disc", "circle" or "square".
COMPACT [DEPRECATED] A hint to browsers that the list should be rendered at a smaller size in order to save space on the page.

Example

<UL type="circle">
<LI>Monday
<LI>Wednesday
<LI>Thursday
</UL>

Renders As:

  • Monday
  • Wednesday
  • Thursday

Compatibility

HTML 4.01
Return to HTML Tag Reference Overview

Featured Clients

Linux Docs

A complete resource site for the Linux operating system. Find out how we supercharged the Linux experience with this handy reference guide.
Site Map   Terms of Service   Privacy Policy