Name

p — <p> . . . </p>

Denotes a paragraph. Paragraphs may contain text and inline elements, but they may not contain other block elements, including other paragraphs. Browsers are instructed to ignore multiple empty p elements.

Attributes

Core,Internationalization,Events

align="center|left|right"

Deprecated. Aligns the text within the element to the left, right, or center of the page.

Example

<p> Paragraphs are the most rudimentary elements of a text
document. They are indicated by the p element.</p>

Get HTML and XHTML Pocket Reference, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.