Bootstrap MCQs – Typography & Utilities

11.) Which Bootstrap class is used to display smaller text?

A) .small
B) .text-small
C) .text-sm
D) .font-small

Answer: Option A

Explanation: The .small class makes text appear smaller than the surrounding text.

12.) What does the .fw-light class do?

A) Makes text bold
B) Italicizes text
C) Reduces text weight
D) Increases text size

Answer: Option C

Explanation: .fw-light applies lighter font-weight to text.

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

Answer: Option D

Explanation: .text-decoration-line-through strikes through the text.

14.) How do you make text automatically adjust for responsiveness?

A) .text-responsive
B) .text-adapt
C) Bootstrap automatically scales text
D) .text-fluid

Answer: Option C

Explanation: Bootstrap dynamically adjusts text size based on screen width.

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

Answer: Option A

Explanation: .text-nowrap prevents text from wrapping, keeping it on a single line.

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

Answer: Option B

Explanation:.text-break forces long words or URLs to break and wrap.

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

Answer: Option D

Explanation: Bootstrap does not include a text-shadow utility by default.

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

Answer: Option B

Explanation: .lh-lg increases line spacing, making text more readable.

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

Answer: Option C

Explanation: Bootstrap removed text justification support in Bootstrap 5.

20.) How can you make text appear in a monospace font?

A) .text-monospace
B) .font-monospace
C) .text-code
D) .monospace-font

Answer: Option B

Explanation: .font-monospace applies a monospace font to the text.

Leave a Reply

Your email address will not be published. Required fields are marked *