InterviewSolution
Saved Bookmarks
| 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: 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: |
|