Search w3schools.com:

SHARE THIS PAGE

HTML <p> align Attribute

HTML p Reference HTML <p> tag

Example

A right-aligned paragraph:

<p align="right">This is some text in a paragraph.</p>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The align attribute is supported in all major browsers.


Definition and Usage

The <p> align attribute is not supported in HTML5. Use CSS instead.

The align attribute of <p> is deprecated in HTML 4.01.

The align attribute specifies the alignment of the text within a paragraph.


Compatibility Notes

The align attribute of <p> is deprecated in HTML 4.01. Use CSS instead.

CSS syntax: <p style="text-align:right">

CSS Example: Align text in a paragraph

In our CSS tutorial you can find more details about the text-align property.


Syntax

<p align="left|right|center|justify">

Attribute Values

Value Description
left Left-align text
right Right-align text
center Center-align text
justify Stretches the lines so that each line has equal width (like in newspapers and magazines)


HTML p Reference HTML <p> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]