Home »
MCQs »
Bootstrap MCQs
If you want responsive and fixed columns, you can use ____.
11. If you want responsive and fixed columns, you can use ____.
- Use .container class
- Use .container-fixed class
- Use .container-fluid class
- All of the above
Answer
The correct answer is: A) Use .container class
Explanation
If you want fixed columns, you can use the .container class. It can be used to create a box layout.