CBSE Class 10 Computer Applications
Question 71 of 125
HTML II — Images, Links and Tables — Question 12
Back to all questions 12
Question Question 3(x)
The correct HTML code for inserting an image is :
<img href = "image.gif"><img> image.gif </img><img src = "image.gif"><image src = "image.gif">
<img src = "image.gif">
Reason — To insert an image in an HTML document, we use the <IMG> tag along with its attribute SRC which specifies the location or URL of the image.