How do you add a paragraph to HTML?

To add a new paragraph to a HTML page, you use the tag <p>.

Here is some example code below..

<p>This is the text I want in my new paragraph</p>