Which value is valid for the text-transform property?

Posted by: Pdfprep Category: 70-480 Tags: , ,

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

Your email address will not be published.