Bootstrap Text & Content Interview
Interview-ready Q&A for typography and content utilities.
1What is the use of
.lead class?Answer: It emphasizes introductory paragraph text with larger font and spacing.
2How do you center text?
Answer: Use
.text-center.3Difference between
.fw-bold and .fst-italic?Answer:
.fw-bold changes font weight; .fst-italic changes font style.4How do responsive text alignments work?
Answer: Use classes like
.text-md-end that apply from a breakpoint upward.5When should
.text-muted be used?Answer: For secondary information, not critical content.