2026

Text Align Last
- auto – Default value. …
- left – The last line is aligned to the left.
- right – The last line is aligned to the right.
- center – The last line is center-alignedt.
- justify – The last line is justified as the rest of the lines.
- start – The last line is aligned at the start of the line.
text-align
| Class | Styles |
|---|---|
| text-left | text-align: left; |
| text-center | text-align: center; |
| text-right | text-align: right; |
| text-justify | text-align: justify; |
To align text in HTML, use the style attribute to define the CSS text-align property. Just keep in mind, that the usage of style attribute overrides any style set globally. It will override any style set in the HTML