Which tag is used to add image to a html? write the used attribute to do so?
Answers
Answered by
3
<img> or image tag is used to add an image to a html document.
This is an empty element which have a number of attributes like src, alt etc.
For example, <IMG src=" Family.jpg ">
Thw output will be an image of source " family.jpg " .
Answered by
1
Answer:
The <img> tag isused to add image to a html.
Similar questions