Paragraph tagThe <p> tag creates a new paragraph. The <p> tag supports the following attributes:
The following example uses the align attribute to align text on the right side of a text field. <p align='right'>This text is aligned on the right side of the text field</p> The following example uses the class attribute to assign a text style class to a <p> tag: <p class='blue'>This is some body-styled text.</p> |