+ 4
How do I resize an image in HTML
Html
2 Answers
+ 11
in future, take a look at course first that you see if exist something that you want to ask already...
https://www.sololearn.com/learn/HTML/1030/
+ 4
use the height and width attribute of 'img' tag eg.
<img src = "image.jpeg" height = "200" width = "200" alt = "no image found" />