CBSE Class 10 Computer Applications Question 124 of 176

HTML I — Basic HTML Elements — Question 23

Back to all questions
23
Question

Question 19

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

Answer

The <img> tag is used to insert an image in a page.

The 'src' attribute is used with this tag to specify the source/URL or path of the image. For example,

<img src = "image.jpg">