Recall & Review
beginner
What does the Bootstrap class
.text-uppercase do?It transforms all the text inside the element to uppercase letters, making every letter capital.
Click to reveal answer
beginner
How does
.text-lowercase affect text in Bootstrap?It changes all the text inside the element to lowercase letters, making every letter small.
Click to reveal answer
beginner
What is the effect of the Bootstrap class
.text-capitalize?It capitalizes the first letter of each word in the text inside the element.
Click to reveal answer
intermediate
Can Bootstrap text transform utilities be combined with other utility classes?
Yes, you can combine text transform classes with color, spacing, and other utilities to style text easily.
Click to reveal answer
beginner
Why use Bootstrap text transform utilities instead of writing custom CSS?
They save time by providing ready-to-use classes that work consistently across browsers and help keep code clean.
Click to reveal answer
Which Bootstrap class makes all text uppercase?
✗ Incorrect
The class .text-uppercase converts all letters to uppercase.
What does the class
.text-capitalize do?✗ Incorrect
It capitalizes the first letter of each word in the text.
If you want all letters to be small, which class should you use?
✗ Incorrect
The class .text-lowercase converts all letters to lowercase.
Can you use text transform utilities with other Bootstrap classes?
✗ Incorrect
Text transform utilities can be combined with any other Bootstrap utility classes.
What is a benefit of using Bootstrap text transform utilities?
✗ Incorrect
Bootstrap utilities provide quick and consistent styling without needing custom CSS.
Explain how Bootstrap text transform utilities help in styling text on a webpage.
Think about how these classes change the look of text and save time.
You got /4 concepts.
Describe a real-life example where you would use .text-uppercase and .text-capitalize classes.
Imagine styling a website header and user names.
You got /3 concepts.