1.

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

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



Discussion

No Comment Found