Paragraph

Use of the P tag

It is used to create paragraphs. Allows some spacing between paragraphs.

Especially long texts on our web pages will be more difficult to read when we write them without using paragraphs. Thanks to the paragraph spacing, the readability and tracking of the texts will be easier. For this reason, it is recommended to use the p tag on our pages.

E.g;

<p>
This is our first paragraph. When this paragraph ends, the next paragraph will start after one line space.
</p>
<p>
This is our second paragraph. When this paragraph ends, the rest of the page will begin after one line of space.
</p>

The page continues here. 

 

Using p tag, html p tag, html paragraph, creating paragraph, making paragraph

EXERCISES

Using p tag Try It
<p>We can create a paragraph with the p tag. </p>
<p>A bit of space is automatically created after each p tag.</p>
<p>Without paragraph<br>
  If you want to go to the bottom<br>
  you can use br tag like here.
</p>


COMMENTS




Read 523 times.

Online Users: 1200



using-paragraphs