Question: You have placed an image in a directory named images and want to reference it from a page located in the root of your site. Which choice would correctly display the image on the page?

  1. < img src="image.jpg">
  2. < a href="images/image.jpg">
  3. < img src="images/image.jpg">
  4. < img href="image.jpg">

Answer: The correct answer of the above question is Option C:< img src="images/image.jpg">