The <P> Tag. It is used to separate paragraphs
of text within an HTML document. The <P> tag forces an end of line and forces
a blank line before the next paragraph.
The <BR> Tag. It is very similar to the <P> tag
in that both separates text, but the <BR> tag does not include a blank line
before starting the next line of text. In other words, the lines are single spaced,
not double spaced.
The <HR> Tag. It draws a horizontal line across the
page. It also acts as a paragraph break.
All three of these tags are point tags, for they mark a point of separation on the
page.