HomeReferencesCSS Properties

CSS Property: text-align

Specifies the alignment of text inside a block box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • left
  • right
  • center
  • justify

Example


p { text-align: justify; }