Questions For HTML

What is the purpose of a text-transform?

The text-transform property controls the capitalization of text.
For eg. you’ve a paragraph element that is in all lower case but you want it to appear as all letters in upper case so instead of rewriting the paragraph or making it capital by copy pasting in MS Word, you can use css property text-transform: uppercase; to make your text appear as upper case.