if you wanna center the div tag in the center of the page, use the align property:
Code:
<div align="center">Hello</div>
and what language did you want to reference the div in?

later