nerdexam
CIW

1D0-520 · Question #26

You have been asked to insert an image named kayak.jpg in a Web page. Which of the following code examples will validate as XHTML 1.0 Transitional?

The correct answer is A. <img src=kayak.jpg alt=kayak />. See the full explanation below for the reasoning.

Question

You have been asked to insert an image named kayak.jpg in a Web page. Which of the following code examples will validate as XHTML 1.0 Transitional?

Options

  • A<img src=kayak.jpg alt=kayak />
  • B<img src=kayak.jpg desc=kayak />
  • C<img src=kayak.jpg alt=kayak></img>
  • D<img ref=kayak.jpg desc=kayak></img>

How the community answered

(35 responses)
  • A
    83% (29)
  • B
    6% (2)
  • C
    9% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1D0-520 Practice