Microsoft Exam Questions

Which CSS style should you use?

You are developing an HTML5 page that includes several paragraph elements.
You have the following requirements:
Add a drop shadow that is one inch below the textin the paragraph
Set the radius of the drop shadow to five pixels
You need to style the paragraphs to meet the requirements.
Which CSS style should you use?

A.
text-shadow: 72pt 0pt 5pt

B.
text-shadow: 5px lin 0px;

C.
text-shadow: 72pt 5em 0px

D.
text-shadow:72pt 0em 5px;

Explanation:
See http://www.w3.org/TR/css3-text/#text-shadow