Що означає text-align у CSS?

Українцям


Text Align Last

  1. auto – Default value. …
  2. left – The last line is aligned to the left.
  3. right – The last line is aligned to the right.
  4. center – The last line is center-alignedt.
  5. justify – The last line is justified as the rest of the lines.
  6. start – The last line is aligned at the start of the line.

text-align

ClassStyles
text-lefttext-align: left;
text-centertext-align: center;
text-righttext-align: right;
text-justifytext-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