Interview Questions

How can I display an image on my page?

HTML Interview Questions and Answers


(Continued from previous question...)

79. How can I display an image on my page?

Use an IMG element. The SRC attribute specifies the location of the image. The ALT attribute provides alternate text for those not loading images. For example:

<img src="logo.gif" alt="ACME Products">

(Continued on next question...)

Other Interview Questions