CSS text-shadow & box-shadow

Notes:

CSS text-shadow property:
It is used to apply shadow effect to the text of an html element
Value: shadow-x-offset shadow-y-offset shadow-color-spread-amount shadow-color;

CSS box-shadow property:
It is used to apply shadow effect to the html element (rectangle box area)
Value: shadow-x-offset shadow-y-offset shadow-color-spread-amount shadow-color;

Interview Questions: