HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Lists

<UL> Element

Category: Lists
Period: HTML 1 / HTML 2.0
Status: core

Description

Starts an unordered list.

Syntax

<UL>
<LI>First item
<LI>Second item
</UL>

Attributes

None in strict HTML 2.0.

Usage Guidelines

Common Mistakes

Example Code

<UL>
<LI>Fast to load
<LI>Easy to edit
<LI>Readable in Lynx
</UL>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.