(Choose 1 answer)
Which of the following is the proper method to apply the fliph filter to the following H1 element?
<H1 ID = "test">This is a test</H1>
A. test.filters.style = fliph;
B. test.filters (fliph);
C. test.filters("fliph");
D. The filter cannot be applied to this element.