SPACING & FORMATTING
NEW TAGS:
SPACING
<h1>This is the largest header</h1>
<h2>This is a larger header</h2>
<h3>This is a large header</h3>
<h4>This is a small header</h4>
<h5>This is a smaller header</h5>
<h6>This is the smallest header</h6>
<p>The content in here is all part of one paragraph.</p>
<br>This creates a line break
within a paragraph
or header<PRE>This is used for preformatted text.</PRE>
<center>Centers the text like this</center> <blockquote>Indents the text like this</blockquote>
<hr>This creates a horizontal rule across your page like this:
FORMATTING
<b>This text will be bold</b>
<strong>This text is given weight, normally by being bold. </strong>
<i>This text will be in italics. </i>
<em>This text will be emphasized, normally by being in italics. </em>
<u>This text will be underlined. But people will think its a link. </u>
SPECIAL CHARACTERS
- Non-breaking space: or  
- é: é or é
- ©; ©
EXERCISE: Format a Poem