0
Why this image size is not increase?
<center> <img src="http://www.sololearn.com/images/tree.jpg"hight="300px"width="70px"> </center>
1 Respuesta
+ 1
It is height and not hight.
You should as well write it using the style parameter :
style="width: 70px; height: 300px;"