a simple XHTML document
¡@Attributes are special code words used inside an HTML tag to control exactly what the tag does
The text is centered
The text is aligned to the left
The text is aligned to the right
The division tag <div>
modified by the attribute
align="right" aligns everything
between the tags
to the right
The division tag <div>
modified by the attribute
align="center" aligns everything
between the tags
to the center