A section in a document that will be center-aligned:
![]()
The align attribute is supported in all major browsers.
The <div> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <div> is deprecated in HTML 4.01.
The align attribute specifies the horizontal alignment of the content inside a <div> element.
The align attribute of <div> is not supported in HTML5. Use CSS instead.
CSS syntax: <div style="text-align:center">
CSS Example: Align text in a <div> element
In our CSS tutorial you can find more details about the text-align property.
| Value | Description |
|---|---|
| left | Left-align content |
| right | Right-align content |
| center | Center-align content |
| justify | Stretches the lines so that each line has equal width (like in newspapers and magazines) |
HTML <div> tag
Your message has been sent to W3Schools.