| Numbered List * | Bulleted List ** | Definition List *** |
|---|---|---|
|
<ol> <li>1st Item <li>2nd Item <li>3rd Item <li>4th Item <li>5th Item </ol> |
<ul> <li>1st Item <li>2nd Item <li>3rd Item <li>4th Item <li>5th Item </ul> |
<dl> <dt>Term<dd>Definition <dt>Term<dd>Definition <dt>Term<dd>Definition <dt>Term<dd>Definition <dt>Term<dd>Definition </dl> |
| Example | Example | Example |
In each of the list examples I used "heading" tags on the text used for the title of each list. There is no need to use a <p> after the heading because they are always on a line by itself. You can squeeze the "align=center" attribute into your beginning heading tag to center your heading if that effect is more appropriate.