What is the <img> tag used for? What are its attributes? Describe them in a few words.
Answers
Answered by
6
Answer:
The <img> element is the most straight-forward way of displaying a static image on a page. You should normally use it whenever an image is actually a part of the content (as opposed to using an image as part of a page's design). All <img> tags must have a defined src attribute. This defines the image to be displayed.
Answered by
3
Answer:
<img> tag used is used to incorporate on-line graphics into an HTML.
Similar questions