Paragraph Formatting in HTML

<p> </p> tag is sued to create a paragraph.  the paragraph can contain the image link and line.

Attribute of <p> Tag:

align: to set the alignment of paragraph text. the possible value of align tag is (Left, right, center, Justify)


Ex;

<p align="justify"> Paragraph text</p>