How do you align text in html?


Not Found

To set text alignment in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML

tag, with the CSS property text-align for the center, left and right alignment. HTML5 do not support the align attribute of the

tag, so the CSS style is used to set text alignment.

Just keep in mind, the usage of style attribute overrides any style set globally. It will override any style set in the HTML