Home → References → CSS Properties →
CSS Property: text-align
Specifies the alignment of text inside a block box.
HTML Dog is hosted by Titan Internet
Possible Values
inheritleftrightcenterjustify
Example
p { text-align: justify; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the alignment of text inside a block box.
HTML Dog is hosted by Titan Internet
inherit left rightcenterjustify
p { text-align: justify; }