Create a Web page which applies the invert filter to an image if the user moves the mouse over the image.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
12 ONMOUSEOVER = "this.filters.invert.enabled = true"
13 ONMOUSEOUT = "this.filters.invert.enabled = false"
14 ONLOAD = "this.filters.invert.enabled = false">
15
16
```
Computer Science & Information Technology
You might also like to view...
The Normal view is the default view in PowerPoint 2013
Indicate whether the statement is true or false
Computer Science & Information Technology
Court documents format the title in uppercase and underlined.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology