0
0
Bootsrapmarkup~5 mins

Text transform utilities in Bootsrap - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
A.text-bold
B.text-lowercase
C.text-capitalize
D.text-uppercase
What does the class .text-capitalize do?
AMakes all text lowercase
BMakes all text uppercase
CCapitalizes the first letter of each word
DMakes text italic
If you want all letters to be small, which class should you use?
A.text-lowercase
B.text-uppercase
C.text-capitalize
D.text-muted
Can you use text transform utilities with other Bootstrap classes?
ANo, they must be used alone
BYes, they can be combined with other utility classes
COnly with color classes
DOnly with spacing classes
What is a benefit of using Bootstrap text transform utilities?
AThey provide quick, consistent text styling without extra CSS
BThey only work in Chrome
CThey automatically translate text
DThey require writing 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.