previous | start | next

P

<P
ALIGN=LEFT|CENTER|RIGHT
CLASS=type
ID=value
STYLE=css1 properties>

Inserts a paragraph break and denotes a paragraph. The end-tag is optional.

ALIGN=LEFT|CENTER|RIGHT
Sets the alignment of the paragraph. The default is LEFT.
LEFT Text is aligned to the left margin of the page.
CENTER Text is centered on the page.
RIGHT Text is aligned to the right margin of the page.
CLASS=type
Indicates the class to which the element belongs.
ID=value
Specifies a unique value for the element over the document.
STYLE=css1 properties
Specifies style information.

Example

<P>This is a paragraph.</P>


previous | start | next