what is the <img> tag used for? What are its attributes?
Answers
Answered by
0
Answer:
The <img> tag creates a holding space for the referenced image.
The <img> tag has two required attributes:
src - Specifies the path to the image. alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed.
Answered by
1
Answer:
ing tag is used to add image.
few attributes are src, alt, height, width
Similar questions