0

how to add image on html

19th Oct 2016, 12:26 PM
mayur
mayur - avatar
5 odpowiedzi
0
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
19th Oct 2016, 12:27 PM
Thomas Hanke
Thomas Hanke - avatar
0
<img src="img.gif" alt="image" height ="20px" width="20 px">
19th Oct 2016, 12:56 PM
Lazar Tomic
Lazar Tomic - avatar
0
for adding images <img> used.in this tag first of all u have to give the address of img with img type (image format like jpg) for example <IMG SRC="sunset.jpg"> if your browser not support IMG then give msg <IMG SRC="SUNSET.JPG" ALT="SUNSET">
19th Oct 2016, 7:30 PM
Rasheed Khan
Rasheed Khan - avatar
0
<img src="image">
31st Oct 2016, 5:46 PM
SlovakFirm
SlovakFirm - avatar