If you apply text-transform: capitalize to "HELLO world", how will the text change?
text-transform: capitalize
"hello world"
"Hello World"
"HELLO World"
"HELLO WORLD"