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?
- < img src="image.jpg">
- < a href="images/image.jpg">
- < img src="images/image.jpg">
- < img href="image.jpg">
Answer: The correct answer of the above question is Option C:< img src="images/image.jpg">