Formatting Tags
<basefont> - Changes the base font size; all further changes are based on the new size
<big> - Makes the enclosed text bigger
<blockquote> - Indents text from both sides
<br> - Inserts a line break
<center> - Centers the enclosed text
<code> - Formats text when used to display code or a formula
<dd> - Creates a definition
<dfn> - Formats text to indicate the defining instance of a term
<dir> - Used to create a bulleted directory list
<div> - A generic tag used to format large blocks of HTML, also used for stylesheets
<dl> - Creates a definition list
<dt> - Precedes each definition term
<li> - Creates an item in a list
<listing> - Used to format text in a fixed width font
<menu> - Creates a compact unordered list
<multicol> - Allows text to be formatted into multiple columns
<nobr> - Disallows line breaks to be used within tag
<ol> - Creates a numbered list
<p> - For creating, formatting, and aligning a paragraph
<small> - Makes the enclosed text smaller
<spacer> - Allows the insertion a block of white space
<ul> - Creates a bulleted list
<var> - Used to indicate a variable name; usually displayed in italics
<wbr> - Used to tell a broser where a word or line can be broken if needed
/body>