Question Info

This question is public and is used in 42 tests or worksheets.

Type: Multiple-Choice
Category: HTML
Level: Continuing Education
Author: yasserhy
Created: 13 years ago

View all questions by yasserhy.

HTML Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education HTML

What is the correct HTML for inserting an image?
  1. <image src="image.gif" alt="MyImage"/>
  2. <img src="image.gif" alt="MyImage"/>
  3. <img alt="MyImage">image.gif</img>
  4. <img href="image.gif" alt="MyImage"/>