How To Align Center Text In HTML?

Use `text-align: center;` in CSS for inline or inline-block text

Example: `

Centered text

`

Example: `

Centered text

`

Use a CSS class for reuse

Example: `

`

Example: `

Centered text

`

Use `

` only in old HTML, not recommended

Example: `

Centered text
`

Suggested for You

Trending Today