Questions tagged [text-align]

a property of CSS which determines the alignment of the text

The text-align property, as defined in CSS, can have one of the five values: left, right, center, justify and inherit.

The default value depends on the used locale and is left for languages in which text is written from left to right and right for languages in which text is written from right to left.

586 questions
6
votes
5 answers

CSS making text align left and justify at same time

Is there any way to make the text align left and justify as same time? Mean something like left-justify. Is there any way to achieve this? Thanks for help.
Anees Ahmad
  • 121
  • 1
  • 1
  • 5
5
votes
1 answer

text-align: left and start behaving differently with direction left-to-right

Given the following HTML document containing a table: