Vidyalelo
CSS · Q103

CSS Text, Borders and Images

Programming · CSS · question 103

Q103

Which of the following property defines a shadow effect for text?

A.
box-shadow
B.
img-shadow
C.
text-shadow
D.
none of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The shadow effects are applied in the order specified and may overlay each other, but they will never overlay the text itself. Each shadow effect must specify a shadow offset horizontally and vertically and may optionally specify a blur radius and a shadow color.