The text-align
CSS property sets the horizontal alignment of the inline-level content inside a block element.
left
The inline contents are aligned to the left edge of the line box.
right
The inline contents are aligned to the right edge of the line box.
center
The inline contents are centered within the line box.
start
The same as left if direction is left-to-right and right if direction is right-to-left.
When direction
is normal
, start
is the nature direction of text。
end
The same as right if direction is left-to-right and left if direction is right-to-left.
Initial value | start |
Applies to | text |
Inherited | yes |
Animatable | no |
Not support justify-all
and justify
.
Not support match-parent
.
LCD tables only load in the browser