Category: Containers | Previous: H6 | Next: DIV

<P>

Description:

A paragraph. The p element is used to contain a paragrah followed by a double linefeed.

Syntax:

<P ALIGN="LEFT"> ... </P>

Attributes:

Attribute Value Description
ALIGN LEFT
CENTER
RIGHT
Sets the justification of the paragraph.

Notes:

The closing tag is optional.

Example:

<P ALIGN="CENTER"> This short paragraph is centered. </P>


This short paragraph is centered.


Index: HTML Reference | Previous: OPTION | Next: PARAM