
Align attribute is used to align the content in horizontal position. Its used to place the content left,right and middle in the web page. You can use the align attribute in the html tag.
Align is used to align the div img tag in the html.
Syntax :
For div
<div align=”right”> …</div>
For image
<img align="”center”/" src="””" />
You can use the align attribute to align the content LEFT,RIGHT,TOP,BOTTOM,CENTER.