CBSE Class 10 Computer Applications Question 6 of 31

Solved Sample Paper 3 — Question 6

Back to all questions
6
Question

Question 6

Which tag is used to insert an image in HTML?

  1. <IMG>
  2. <SRC>
  3. <IMAGE>
  4. <PICTURE>
Answer

<IMG>

Reason — <IMG> tag is used to insert an image in HTML. The syntax is as follows:

<IMG SRC = "IMAGE.JPG" ALT = "Image cannot be displayed">