How to make paragraphs in html

You are going to learn how to make a paragraph in html. To make a paragraph in html you  have to start it with a <p> and at the end of a paragraph you have to put </p>. Combine this method with my first tutorial "Basic html" to make a website with a paragraph

Ex.

<p>This is a paragraph</p>
<p>This is another paragraph</p>
  
If you forget to close the paragraph, the browser will not put the paragraph in the website.


Ex.

<p>This is a paragraph
<p>This is another paragraph


No comments:

Post a Comment