CSS styling syntax "text-align" allows you to align your text right, left (default), center, and justify (spread across the width of the containing element). To show this I am going to create a new <div> and limit it's width.
this is the default - left aligned
This text is centered
This text is right aligned
This exact text will be justified in the next paragraph but in order to see the effect it must be made a little longer. More than a little I guess.
This exact text will be justified in the next paragraph but in order to see the effect it must be made a little longer. More than a little I guess.