property is used to convert the text into uppercase, lowercase, or capitalize the first letter of each word
Answers
Answered by
116
Explanation:
Answer :-
→The text-transform CSS property specifies how to capitalize an element's text.
→ It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
Hope it helps !
Anonymous:
Kindly refrain yourself from asking useless things in comment box because it's not for this purpose. Comment is mentioned if any mistake is there or something to tell in the answer/question. ! Hope u will understand .... Happy Learning !! :)
Answered by
32
⇛ The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.
REFER THE IMAGE ⇗⇖
⇛ The text-transform property takes into account language-specific case mapping rules such as the following:
- In Turkic languages, like Turkish (tr), Azerbaijani (az), Crimean Tatar (crh), Volga Tatar (tt), and Bashkir (ba), there are two kinds of i, with and without the dot, and two case pairings: i/İ and ı/I.
- In German (de), the ß becomes SS in uppercase.
- In Dutch (nl), the ij digraph becomes IJ, even with text-transform: capitalize, which only puts the first letter of a word in uppercase.
The language is defined by the lang HTML attribute or the xml:lang XML attribute.
Attachments:
Similar questions