Computer Applications

Which tag is used to insert an image in HTML?

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

HTML Intro

3 Likes

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

Answered By

1 Like


Related Questions