Links and Formatting Tags



HTML CodeWhat it does
<a href="URL"></a>Creates a hyperlink
<a href="mailto:EMAIL"></a>Creates a mailto link
<a name="NAME"></a>Creates a target location within a document
<a href="#NAME"></a>Creates Links to that target location from any where in the document
<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></dt>Precedes each definition term
<dd></dd>Precedes each definition
<ol></ol>Creates a numbered list
<li>Orders each list item, adds a number or bullet
<ul></ul>Creates a bulleted list
<div align=?>A generic tag used to format large blocks of HTML, also used for stylesheets