Home » CSS » CSS Borders » Question
  1. Which of the following property defines a shadow effect for text?
    1. img-shadow
    2. text-shadow
    3. box-shadow
    4. All of above
    5. None of these
Correct Option: E

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.



Your comments will be displayed only after manual approval.