Home »
MCQs »
Bootstrap MCQs
Which class is used for a full width container by spanning the full width of the viewport?
8. Which class is used for a full width container by spanning the full width of the viewport?
- .container
- .row
- .container-fixed
- .container-fluid
Answer
The correct answer is: D) .container-fluid
Explanation
In Bootstrap, the .container-fluid class is used for full width containers by spanning the full width of the viewport.