Which value is valid for the text-transform property?

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?

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *

4 − one =


Juro

Juro

text-transform: none|capitalize|uppercase|lowercase|initial|inherit;

brkyctn

brkyctn

Explanation/Reference:
CSS Syntax
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
Reference: CSS text-transform Property