In html code ...how to write a word with capital letter ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In html code ...how to write a word with capital letter ?

advice for begginer

25th Jun 2018, 9:26 AM
zero97
7 Answers
+ 4
p { text-transform: capitalize; } p { text-transform: uppercase; } using css
25th Jun 2018, 10:13 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
Turn your caps lock to on and type it there just as you typed it here. Or do <p style="text-decoration:uppercase">Zero</p> To display ZERO
25th Jun 2018, 9:49 AM
Andre Daniel
Andre Daniel - avatar
0
See "Text-Transform Values" in: https://css-tricks.com/almanac/properties/t/text-transform/ Happy coding! :)
25th Jun 2018, 9:36 AM
Janning⭐
Janning⭐ - avatar
0
no guys .. im meant how to write the captical letters in the paragraph like that "ZERO" or "Zero"
25th Jun 2018, 9:43 AM
zero97
0
Rosy html is case Insensitive, you can use any cases of letters
25th Jun 2018, 10:16 AM
Sudarshan Rai
Sudarshan Rai - avatar
0
Use The Shift Key
3rd Jul 2018, 8:14 PM
Dan3147
Dan3147 - avatar
0
p { text-transform: capitalize; } p { text-transform: uppercase; } using css
13th Feb 2023, 3:44 PM
Ferooz Kamyab
Ferooz Kamyab - avatar