+ 7
Why does not image appear at the center of page, even though we use align="center" in the following code?
However, if we change it with align="right", the image is placed on the right side of the page. https://code.sololearn.com/WpMMQoqz8sFq/?ref=app
4 odpowiedzi
+ 7
<p align="center">
<img src="http://www.sololearn.com/images/tree.jpg" height="150px" width="150px"
border="1px" alt="" />
</p>
+ 8
Its not work. You must to do that with CSS or putting image tag into a DIV or P for example
+ 5
Tnx