Which is used in html to create lowecase letters? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which is used in html to create lowecase letters?

8th Dec 2018, 12:13 PM
Vishnu Ram M
Vishnu Ram M - avatar
5 Answers
+ 7
CSS: p{ text-transform:lowercase; }
8th Dec 2018, 1:26 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 3
With JS you can convert test to lower case using YOUR_TXT.toLowerCase();
8th Dec 2018, 1:05 PM
Seniru
Seniru - avatar
+ 2
text-transform:lowercase; for lowercase. text-transform:uppercase; for uppercase. text-transform:capitalize. to capitalize every letter of each word.e.g Word,Catch,Beat etc
8th Dec 2018, 11:19 PM
Enoch
Enoch - avatar
+ 2
This is like upper case in css P{ Text-transform:lowercase; Text-transform:uppercase; }
9th Dec 2018, 6:19 PM
Munezero Olivier Hugue
Munezero Olivier Hugue - avatar
+ 2
What tag can be used to move displays in html
29th Jul 2019, 12:34 PM
Munezero Olivier Hugue
Munezero Olivier Hugue - avatar