Which HTML tag is used to insert an image in a page? Write an option used with this tag.
Answers
Answered by
13
Image src is the correct answer
Answered by
32
The <img/> tag is used for including images in HTML
so it would be <img src= 'link or path to the image' alt='alternate message to be displayed if the image doesn't load' />
so it would be <img src= 'link or path to the image' alt='alternate message to be displayed if the image doesn't load' />
Similar questions