11.) Which Bootstrap class is used to display smaller text?
A) .small
B) .text-small
C) .text-sm
D) .font-small
12.) What does the .fw-light class do?
A) Makes text bold
B) Italicizes text
C) Reduces text weight
D) Increases text size
13.) Which class adds a line-through effect to text?
A) .text-strike
B) .text-line-through
C) .text-delete
D) .text-decoration-line-through
14.) How do you make text automatically adjust for responsiveness?
A) .text-responsive
B) .text-adapt
C) Bootstrap automatically scales text
D) .text-fluid
15.) Which class prevents text from overflowing and breaking into a new line?
A) .text-nowrap
B) .text-wrap
C) .text-break
D) .text-fixed
16.) What is the purpose of .text-break in Bootstrap?
A) Adds a break between lines
B) Forces text to wrap
C) Removes line breaks
D) Justifies text
17.) Which Bootstrap class applies text shadow?
A) .text-shadow
B) .shadow-text
C) .text-blur
D) Bootstrap does not have a built-in text-shadow class
18.) What is the purpose of .lh-lg in Bootstrap?
A) Increases letter spacing
B) Increases line height
C) Decreases line height
D) Makes text bold
19.) Which class aligns text to be fully justified?
A) .text-justify
B) .justify-text
C) Bootstrap does not support justified text
D) .text-block
20.) How can you make text appear in a monospace font?
A) .text-monospace
B) .font-monospace
C) .text-code
D) .monospace-font
Related