Hyper Text Markup Language (HTML) Question:
Download Job Interview Questions and Answers PDF
How can I display an image on my page?
Answer:
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">
<img src="logo.gif" alt="ACME Products">
Download HTML Interview Questions And Answers
PDF
Previous Question | Next Question |
Is there a site that shows which tags work on which browsers? | How do I get out of a frameset? |