The <p>
tag defines a paragraph. Using this tag, we can split long text. A blank line above and below the text of the paragraph.
<p align="center">..</p>
<p>
element can have an attribute called align, which is used to define the the alignment for the text of the paragraph.