InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property converts text to initial capitals, all uppercase, or all lowercase?(a) text-transform(b) text(c) text-decoration(d) text-uppercaseI had been asked this question during an interview.My question is from Styling Texts topic in division CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (a) text-transform For EXPLANATION I WOULD SAY: Self-explainatory. |
|