How can I display an image on my page?

Submitted by: Administrator
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">
Submitted by: Administrator

Read Online HTML Job Interview Questions And Answers