Home »
MCQs »
Bootstrap MCQs
How to create a large button in bootstrap?
20. How to create a large button in bootstrap?
- by using .btn-lg class
- by using .btn-large class
- .by using .btn-xxl class
- by using .btn-big class
Answer
The correct answer is: B) by using .btn-large class
Explanation
Bootstrap provides multiple classes to style buttons. .btn-lg
class can be used to create large buttons.