<div></div>
align

The <div> tag is used primarily with style sheets. It's main function is to format large blocks of text that you want to have the same general attributes.

<div align="">

   Description
   The align attribute, when used with the div tag, is used to align a large block of text with it.
Code
   <div align="center">YOUR TEXT HERE</div>