PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

A.
Capitalize

B.
Red

C.
20px

D.
Italic

Explanation:

http://www.w3schools.com/cssref/pr_text_text-transform.asp
none,capitalize,uppercase,lowercase and inherit
Example
Transform text in different elements:
h1 {text-transform:uppercase;}
h2 {text-transform:capitalize;}
p {text-transform:lowercase;}

One Comment on “Which value is valid for the text-transform property?

  1. brkyctn says:

    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;}




    0



    0

Leave a Reply