What does the text-transform property do in CSS?
- Adjusts the text's spacing
- Alters the text's font size
- Changes the text's color
- Transforms the text into uppercase
The text-transform property in CSS is used to control the capitalization of text. Setting it to "uppercase" transforms the text to all uppercase letters, while "lowercase" makes it all lowercase.
Loading...
Related Quiz
- What is the default value of the box-sizing property in CSS?
- Which CSS property is used to specify the number of times an animation should run?
- What is the role of the grid-gap property in a grid layout?
- In CSS, when a variable is not set or its value is invalid, it will return the ________ value.
- You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?