Write about the tag used to insert an image in a web page.
Answers
Answered by
8
Answer:
In order to put a simple image on a webpage, we use the <img> element. This is an empty element (meaning that it has no text content or closing tag) that requires a minimum of one attribute to be useful — src (sometimes spoken as its full title, source).
Explanation:
hope it's help you
Similar questions