differentiate between the properties,text decoration and text shadow
Answers
Answer:
Description. The text-decoration property is used to add "decorations" to inline content.
Possible Values
Applies to. All the HTML elements.
DOM Syntax
Example. Following is the example which demonstrates how to decorate a text. NOTE − Blink property does not work with all the browsers
Explanation:
Definition and Usage. The text-shadow property adds shadow to text. ...
Browser Support. The numbers in the table specify the first browser version that fully supports the property.
CSS Syntax. Note: To add more than one shadow to the text, add a comma-separated list of shadows.
Property Values. The position of the horizontal shadow. ...
Answer:
This property is specified as a comma-separated list of shadows. ... The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations.