Which of the following is the proper method to apply the fliph filter to the following H1 element?
```
This is a test
```
a.
```
test.filters.style = fliph;
```
b.
```
test.filters( fliph );
```
c.
```
test.filters( "fliph" );
```
d. The filter cannot be applied to this element.
d. The filter cannot be applied to this element.
Computer Science & Information Technology
You might also like to view...
Which of the following classes is not used for file input?
a. FileInputStream b. FileReader c. ObjectInputStream d. Formatter
Computer Science & Information Technology
You can create custom groups of apps on the Start menu
Indicate whether the statement is true or false
Computer Science & Information Technology
After you select a template from the list of thumbnail templates, you may upload the template to your computer so that you can use it
Indicate whether the statement is true or false
Computer Science & Information Technology
What characteristics of a field control how the field displays and how data is entered?
a. field description b. table description c. field properties d. object properties
Computer Science & Information Technology