If you have the text "HELLO" and apply text-transform: lowercase, how will it appear?
text-transform: lowercase
"Hello"
"hello"
It will not change
"HELLO"