The Align Attribute

This paragraph is left-justified, because that
is what the browser automatically chooses.

This paragraph is centered, because
you used the "center" value for the align attribute.

This paragraph is right-justified because
you used the "right" value for the align attribute.


The Div Element

These paragraphs are all right-justified,
but because you used the div element, you don't need to
specify the alignment of each paragraph individually.

The div element is a great time-saver when you are
wanting to control the position of a larger block of text


The Center Element

And don't forget that the center element is
a great shortcut for centering text.