Creating paragraphs
P container defines a paragraph
BR tag creates a line break
HR tag creates a horizontal line
PRE container defines preserved text
CODE container defines code examples
Notes:
P used to be a separator tag (<P> generates blank line between paragraphs, like 2 <BR>s) but is now a container. Allows for alignment options (eg, P ALIGN="CENTER")