Bootstrap Question:

Explain me a basic grid structure in Bootstrap

Tweet Share WhatsApp

Answer:

Following is basic structure of Bootstrap grid −

<div class = "container">
<div class = "row">
<div class = "col-*-*"></div>
<div class = "col-*-*"></div>
</div>

<div class = "row">...</div>
</div>
<div class = "container">....

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
Tell me what are the types of layout available in Bootstrap?Tell me which class make a set of buttons appear vertically stacked rather than horizontally?