'align' aligns text or other content within the container
<HTML> <Title>Example For align</Title> <BODY>
<div align="justify" style="position:absolute; background-color:#EEEEEE; z-index:5"> <span>This block of text inside a div element.</span> </div> </BODY> </HTML>