The easiest way to align an image is to use the align attribute. The align attribute can take one of four values: left, right, top, or bottom.
For example, if you wanted to align an image to the left, you would use the following code:
<img src="myimage.jpg" align="left" />
If you want to align an image to the right, you would use the following code:
<img src="myimage.jpg" align="right" />
If you want to align an image to the top, you would use the following code:
<img src="myimage.jpg" align="top" />
If you want to align an image to the bottom, you would use the following code:
<img src="myimage.jpg" align="bottom" />