The CSS property text-transform can be used to change the text to ________.
- capitalize
- lowercase
- normal
- uppercase
The text-transform property in CSS is used to control the capitalization of text. Setting it to 'capitalize' will capitalize the first character of each word in the text.
Loading...
Related Quiz
- When is it most beneficial to inline critical CSS?
- Which of the following is NOT a unit for font-size in CSS?
- What's the primary difference between the clip-path and mask properties in CSS?
- What distinguishes CSS Houdini's Animation Worklet from traditional CSS animations?
- How can you specify that an animation should run in reverse order?