Explain any three image element attributes.
Answers
Answered by
1
Answer:
The HTML < img > tag is used for embedding images into an HTML document. Image tag has attributes like src, width, height, alt etc.
Answered by
2
Answer:
Definition and Usage 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.
Similar questions