CBSE BOARD X, asked by ulhasvasant, 1 year ago

Which HTML tag is used to insert an image in a page? Write an option used with this tag.

Answers

Answered by samridhi34
13
Image src is the correct answer
Answered by emmanuelcb55555
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' />
Similar questions