Ordered | Numbered |
Unordered | Bullets |
Simple | No bulletes or numbers |
Definition | Terms and Definitions |
The Definition list could be emulated using just <ol>...</ol> for each level of indent.
<UL> <LI> </UL> Unordered list, uses bullets - <UL> produces a break and an indent solid circle, open circle, solid square, solid square is Netscape sequence Only solid circles are used in IE 3.02 <UL type=x> - Allowed types = disc, square, circle <LI type=x> - Allowed types = disc, square, circleNormal text, no indent.
1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.
<OL> <LI> </OL> Ordered list, uses Numbers - 1. <OL> produces a break and an indentNormal text, no indent.
1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.
<OL type=x> <LI> </OL> Ordered list, Type={A | a | I | i | 1} <OL start=5 compact> <LI vlaue=5 type=x>Normal text, no indent.
Either <UL> or <OL> produces a break and an indent Use either <br> or <p> to create a new paragraph This will also indent a <pre>...</pre> block. This is an undocumented feature which is not part of HTML 2.0.Normal text, no indent.
1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.
<DL> Definition List <DT> Definition Term <DD> Definition Definition (next line and indented) </DL>
Normal text, no indent.
1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234 1234.