Posted by: Pdfprep
Post Date: December 5, 2020
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
Answer: A
Explanation:
CSS Syntax
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
Reference: CSS text-transform Property
Leave a Reply