Multiple choice technology web technology

What tag is used when you want to insert a picture?

  1. photo

  2. graphic

  3. pic

  4. img

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The IMG tag (image) inserts images into HTML documents. It is a self-closing empty element using the src attribute to specify the image URL. Alternative names like photo, graphic, and pic are not valid HTML elements.