Answers

Question and Answer:

  Home  HTML

⟩ 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">

 144 views

More Questions for you: