How do I resize an image in HTML | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

How do I resize an image in HTML

Html

13th Mar 2018, 1:29 AM
Peter Gitau
2 Réponses
+ 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/
13th Mar 2018, 1:57 AM
Vukan
Vukan - avatar
+ 4
use the height and width attribute of 'img' tag eg. <img src = "image.jpeg" height = "200" width = "200" alt = "no image found" />
13th Mar 2018, 1:46 AM
RZK 022
RZK 022 - avatar