PrepAway - Latest Free Exam Questions & Answers

You need to use the text-transform CSS property.Which v…

You are developing an HTML5 web application and are styling text.
You need to use the text-transform CSS property.Which values are valid for the text-transform property?

PrepAway - Latest Free Exam Questions & Answers

A.
hidden

B.
blink

C.
capitalize

D.
line-through

Explanation:
CSS Syntax
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
Example
Transform text in different elements:
h1 {text-transform:uppercase;}
h2 {text-transform:capitalize;}
p {text-transform:lowercase;}
CSS text-transform Property
http://www.w3schools.com/cssref/pr_text_text-transform.asp


Leave a Reply