Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How to insert an image in HTML?

a) <img href = “jtp.png” />
b) <img url = “jtp.png” />
c) <img link = “jtp.png” />
d) <img src = “jtp.png” />

Answer: d
Explanation: The img tag and the src attribute is used to display an image on the webpage.

Join The Discussion