Write an error handler that changes the ALT text of an image to “Error Loading” if the image loading is not completed.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
12 HEIGHT ="200" ALT = "No Error Handler Provided for This Image">
13
14 HEIGHT ="200" ONERROR = "this.alt = 'Error Loading This Image'">
15
16
```
Computer Science & Information Technology
You might also like to view...
Which of the following image types was the original Web graphic file format?
A) .bmp B) .tif C) .gif D) .jpg
Computer Science & Information Technology
Select the statement below that is true about forms
a. The form element is optional b. It is recommended to use mailto: as the action on a form since that is the easiest for the web developer c. A form can be used to pass information to a program or script on the web server d. none of the above is true
Computer Science & Information Technology