< Week 1 Week 3 >

Week 2

by Bryan Wright


Paragraphs, Spacing, Headings, and Emphasis

<p> & </p> gives you a paragraph type break above and below your text

<br /> gives you a horizontal line break (like when you hit enter in a word processor)



<h1> & </h1> using h1-h6, gives you BOLD and SIZED headings WITH BREAKS, above and below, as shown here:

<h1> Heading 1 </h1> gives you: Heading 1

<h2> Heading 2 </h2> gives you: Heading 2

<h3> Heading 3 </h3> gives you: Heading 3

<h4> Heading 4 </h4> gives you: Heading 4

<h5> Heading 5 </h5> gives you: Heading 5
<h6> Heading 6 </h6> gives you: Heading 6


<em> & </em> gives you emphasized text (italics)

<strong> & </strong> gives you strong text (bold)


< Week 1 Week 3 >