align: Defines the vertical or horizontal alignment of various multimedia elements
Content:
align="___":
- bottom - the bottom of the object should be aligned with the current baseline (default)
- left - the object is aligned along the left margin - with following objects arrayed to the right
- middle - the center of the object should be aligned with the current baseline
- right - the object is aligned along the right margin - with following objects arrayed to the left
- top - the top of the object should be aligned with the current baseline
Default: Not required
Deprecated in XHTML 1.0: Yes
DTD: XHTML 1.0 Loose

