To insert images we use __________ tag.

2023

To insert images we use __________ tag.

Answer: C. imgThe <img> tag is used to insert and display images in an HTML document. It is an empty element and typically uses the src attribute to specify the image…

  1. A.

    picture

  2. B.

    pic

  3. C.

    img

  4. D.

    image

Attempted by 885 students.

Show answer & explanation

Correct answer: C

The <img> tag is used to insert and display images in an HTML document. It is an empty element and typically uses the src attribute to specify the image source and the alt attribute to provide alternative text.

Example:

<img src="photo.jpg" alt="Sample Image">

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…