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