You are developing an HTML5 web application and are styling text.
You need to use the text-transform CSS property.
Which value is valid for the text-transform property?
A.
Lowercase
B.
Blink
C.
Line-through
D.
20px
Explanation:
CSS Syntax
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
CSS text-transform Property