Edu
Hub
Courses
AI Tools
Leaderboard
Login/Register
AR
Abdullah Rashid
abdullah@example.com
Navigation
📚
Courses
🏆
Leaderboard
✨
AI Tools
←
BootStrap Intermediate
⏱
15:00
Quit
0 / 20 answered
0%
BootStrap Intermediate
10 questions · Medium difficulty · 00:20:00 min
🔥 In Progress
Question 1
How do you create a responsive navigation bar that collapses?
Using media queries
Using collapse.js
Using navbar-expand-* class
Using flex-wrap
Question 2
What are Bootstrap cards and how do you use them?
Credit cards
Image cards
Flexible content containers with header, body, footer
Playing cards
Question 3
How do you center a modal vertically in Bootstrap 5?
Use vertical-align
Add modal-dialog-centered class to modal-dialog
Use margin auto
Use position absolute
Question 4
What is the purpose of "spinners" in Bootstrap?
Spinning animation
Game spinner
Indicate loading state
Form spinner
Question 5
How do you create a carousel/slider in Bootstrap?
Using slider.js
Using cycle plugin
Using carousel component with .carousel class
Using slideshow
Question 6
What are Bootstrap tooltips and how are they initialized?
No initialization needed
Tooltips are automatic
Only CSS
Popups with text that appear on hover; initialized via JS
Question 7
How do you create a scrollspy navigation?
Use jQuery
Add data-bs-spy="scroll" to body and data-bs-target to nav
Use scroll.js
Use CSS only
Question 8
What is the difference between "display: flex" and Bootstrap's d-flex?
d-flex is faster
Same
d-flex is Bootstrap's utility for display: flex
No difference
Question 9
How do you create an offcanvas sidebar in Bootstrap 5?
Use sidebar class
Use .offcanvas component with data-bs-toggle="offcanvas"
Use drawer class
Use slideout
Question 10
What are Bootstrap badges?
Badges are alerts
Badges are buttons
Badges are icons
Small inline counters and labels
Question 11
How do you create a button group in Bootstrap?
Use flex
Wrap buttons in .btn-group
Use button-group class on each button
Use group class
Question 12
What is the purpose of the "data-bs-*" attributes?
For SEO
Data attributes for HTML5
Custom attributes for Bootstrap JavaScript components
For styling
Question 13
How do you create a toast notification in Bootstrap?
Use notification
Use popup
Use .toast component with .toast class and JS trigger
Use alert
Question 14
What is the difference between "col-*" and "col-*-*"?
col-* is equal width, col-*-* specifies number of columns
col-* is for rows
col-*-* is deprecated
Same
Question 15
How do you create a responsive table with horizontal scrolling?
Use overflow: auto
Wrap table in .table-responsive
Use scroll table
Use width: 100%
Question 16
What are Bootstrap list groups?
Unordered lists
Ordered lists
Vertically stacked list items
Horizontal lists
Question 17
How do you create a floating label input in Bootstrap 5?
Use placeholder="float"
Use floating attribute
Use label floating
Use .form-floating class on wrapper
Question 18
What is the purpose of "placeholders" in Bootstrap?
Skeleton loading placeholders for content
Card placeholders
Form placeholders
Image placeholders
Question 19
How do you customize Bootstrap using CSS variables?
Use !important
Edit bootstrap.css
Use a different framework
Override root CSS variables like --bs-primary
Question 20
What are Bootstrap breakpoints and their default values?
No breakpoints
480, 768, 1024, 1200
sm:576px, md:768px, lg:992px, xl:1200px, xxl:1400px
mobile, tablet, desktop
✅ Answered:
0
⬜ Unanswered:
8
📊
20%
done
Submit Answers →