If you have the text "hELLo wOrLD" and apply text-transform: lowercase, how will the text appear?
text-transform: lowercase
"HELLO WORLD"
"hello world"
"Hello World"
"hELLo wOrLD"