HTML5 Application Development Fundamentals — Question 3

You create a web page that displays text images.
You need to use CSS to rotate some text counterclockwise when the page renders in Internet Explorer.
Which markup segment will accomplish this?

Answer options

Correct answer: D

Explanation

The correct answer is D because it uses the correct syntax for the -ms-transform property, which is specific to Internet Explorer. Options A and C do not use the proper angle for counterclockwise rotation, and option B does not target Internet Explorer at all.