| Formatting |
<p></p> Creates a new paragraph |
<p align=?> Aligns a paragraph to the left, right, or center |
<br> Inserts a line break |
<blockquote> </blockquote> Indents text from both sides |
<dl></dl> Creates a definition list |
<dt> Precedes each definition term |
<dd> Precedes each definition |
<ol></ol> Creates a numbered list |
<li></li> Precedes each list item, and adds a number |
<ul></ul> Creates a bulleted list |
<div align=?> A generic tag used to format large blocks of HTML,
also used for stylesheets |