Practice Problems (Practical 14-16)
Practical 14: Design a Bootstrap 5 card with image, title, description, and action
buttons.
Practical 15: Create 3 FAQs with questions and answers. Initially show only questions.
On click, display answer. Clicking another question hides the previous answer.
Practical 16: Create pagination with Bootstrap 5. Make Link 1 active and Link 4
disabled.
Q1: Explain Bootstrap's grid system. What is the 12-column concept?
Q2: How do you make a responsive layout using Bootstrap row and col classes?
Q3: What are utility classes? Give examples of common utility classes.
Q4: How do you use Bootstrap spacing utility classes?
Q5: Differentiate between .container and .container-fluid.
Q6: How do you customize Bootstrap colors and fonts?
Q7: Create a responsive four-column grid that becomes two columns on tablet and one
column on mobile.
Q8: Explain Bootstrap breakpoints and how to use them in responsive design.