In HTML, a paragraph is simply a block of text.

But, we need to tell the browser that there is a paragraph, using <p> tag.

<p>I'm learning Full Stack Web Development. And I am starting from HTML.</p>

Easy!

Try it with codepen! If you'd like.

Try to add two paragraphs, and see how it looks!

Awesome! See you in the next one.