<ul>

ul represents the containing block for an unordered list. An unorder list has a default User Agent (UA) setting: line items are marked with a disc, i.e., “•”. However, CSS provides two variants: circle, i.e., “○” or square, i.e., “■”; and, an image attribute, too.

Start tag:
<ul>
End tag:
</ul>

Example [Basic]:

The following pages are significant; they should be read.

Code [HTML]:

[Line breaks marked » —Ed.]


<p>The following pages are significant; they should be read.</p>
<ul id="listStyleType_Basic">
<li><a href="http://www.w3.org/TR/html401/struct/lists.html#h-10.2" title="View W3C HTML 4.01 Section"> »
<abbr>HTML</abbr> 4.01 Specification, 10 Lists, 10.2 Unordered lists (<code>UL</code>), ordered lists »
(<code>OL</code>), and list items (<code>LI</code>)</a></li> <li><a href="http://www.w3.org/TR/CSS21/generate.html#list-style" title="View W3C CSS 2.1 Section">Cascading »
Style Sheets Level 2 Revision 1 (<abbr>CSS</abbr> 2.1) Specification, 12 Generated content, automatic numbering, »
and lists, 12.5 Lists, 12.5.1 Lists: the '<code>list-style-type</code>', '<code>list-style-image</code>', »
'<code>list-style-position</code>', and '<code>list-style</code>' properties</a></li> <li><a href="http://css.maxdesign.com.au/listamatic/" title="View Max Design's Listamatic List">Listamatic: »
one list, many options - Using <abbr>CSS</abbr> and a simple list to create radically different list options</a></li> <ul>

Element-Type:
List
Attributes:

</ul>