0
Why I run this code but image is not in the center
<img align="center" src="http://www.sololearn.com/images/tree.jpg" height="150px" width="150px" border="1px" alt="" />
3 Answers
+ 1
Just wrap the image inside a <div> and set it align attribute to center. This not work with img tag!
+ 1
Thank you for the answer
0
Please to help you!