Show a basic grid structure in Bootstrap?
Answer / Ajay Yadav
A basic grid structure in Bootstrap can be created using the `.container` and `.row` classes, followed by `.col-*` classes for columns. Here is an example:
```html
<div class="container">
<div class="row">
<div class="col-sm-4">Content 1</div>
<div class="col-sm-4">Content 2</div>
<div class="col-sm-4">Content 3</div>
</div>
</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is Bootstrap Container?
What is bootstrap carousel?
Why use Bootstrap?
Do you know what is bootstrap container?
What is column ordering in Bootstrap?
What dependencies does Bootstrap require for it to work properly?
Tell me what are the key components of bootstrap?
What does Bootstrap package includes?
How many image shapes & corners in bootstrap 4?
How will you create a striped progress bar using bootstrap?
what are the steps for creating basic or vertical forms?
What is Responsive Layout??