Question

Which of the following will display the rocket.jpg file on the page if the image is stored in the same folder as the page?
A) <img "rocket.jpg"/>
B) <img src rocket.jpg/>
C) <img src= "rocket.jpg" />
D) <img src "rocket.jpg"/>

Answer

This answer is hidden. It contains 122 characters.