<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd"
<HTML>
<HEAD>
<TITLE>
Lists
</TITLE>
</HEAD>
<BODY>
|
|
<H1 ALIGN=Center>
</H1>
|
Lists
|
<P>
|
The two most commonly used types of list are ordered <OL> </OL> and unordered <UL> </UL>.
|
</P>
|
|
|
<OL>
<LI>
<H2>
| |
|
|
1. |
Ordered Lists
|
</H2>
| |
<P>
| |
These are lists that are presented on the page prefixed by a number or letter.
|
</P>
|
|
<OL>
<H3>
</H3>
| |
They can be
|
<LI TYPE=I>
| | I. |
Large Roman Numerals
|
<LI TYPE=i>
|
| ii. |
Small Roman Numerals
|
<LI Type=A>
|
| C. |
Capital Letters
|
<LI TYPE=a>
|
| d. |
Small Letters
|
<LI Type=1>
|
| 5. |
Numbers
|
<LI>
|
| 6. |
If none is specified, the browser's default is used.
|
</OL>
| |
<LI>
<H2>
|
|
|
2. |
Unordered Lists
|
</H2>
| |
<P>
| |
These are lists that allow the construction of a number of bullet points.
|
</P>
|
|
<UL>
<H3>
</H3>
| |
Types of Bullet
|
<LI TYPE=Disc>
| | |
Disc
|
<LI TYPE=Square>
| | |
Square
|
<LI TYPE="Circle">
| | |
Circle
|
<LI>
|
| |
If none is specified, the browser's default is used.
|
</UL>
</OL>
| |
<HR>
|
|
<P ALIGN=Center>
<A HREF="contents.htm">
</A>
</P>
|
Contents
|
</BODY>
</HTML>
|
|