Breaking Up Text

The paragraph element <p> begins a block of text after an empty line

<p> ... asdasd ...  </p> defines a block of text and could

be attributed a style
<p class="allRed">

 or be the target of a link
<p id="targetName">

The break element <br> begins a block of text on a new line

The horizontal rule element <hr> inserts a horizontal line to emphasize a break in the text