Complete guide to HTML–Chapter 2
Paragraphs… You will often use paragraphs in HTML, just as you do when you write stories. The opening tag for a paragraph is <p>, and the closing tag is </p>. The closing tag for a paragraph is not always needed, but I recommend using it anyway. Example of a paragraph… Bob starts to chase the [...]
