Bootstrap Question:

Download Job Interview Questions and Answers PDF

Explain me a basic grid structure in Bootstrap

Bootstrap Interview Question
Bootstrap Interview Question

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 Interview Questions And Answers PDF

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?