+ 1
Can anyone explain about <img> tag
<img> tag for images
5 Réponses
+ 3
Img stands for image
You have to add src after it (src stands for source) and then give the link for the image
+ 3
<img src="https://someimage.png"height=180px width=200px>
Put the link in "the inverted commas" and the height and width after it
img tag doesn't require a closing tag
+ 1
thanks