KnowledgeBoat Logo
|

Computer Applications

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

HTML Intro

9 Likes

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">

Answered By

4 Likes


Related Questions