A right-aligned paragraph:
![]()
The align attribute is supported in all major browsers.
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.
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.
| 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> tag
Your message has been sent to W3Schools.