Which CSS property is used to change the text case, such as making text all uppercase?
- font-style
- letter-spacing
- text-case
- text-transform
The CSS property used to change the text case, such as making text all uppercase, is text-transform. It allows you to control the capitalization of text, including options like uppercase, lowercase, and capitalize. This is especially useful for headings and other text elements where you want to change the case style.
Loading...
Related Quiz
- In a React application, you are tasked with styling a button that changes its background color based on a prop passed to it. Which CSS-in-JS library would be ideal for this?
- What is the primary purpose of the filter property in CSS?
- Which CSS property is used to define a container as a grid layout?
- The ::first-letter pseudo-element in CSS targets the ________ of a block-level element.
- What's the difference between the CSS functions min(), max(), and clamp()?