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 |
What is the use of Jumbotron in Bootstrap?
Explain bootstrap 4 tables?
tell me which class is used for basic pagination?
What is Scrollspy plugin?
What are the steps to create a progress bar using bootstrap?
What is bootstrap container in bootstrap?
The typography and links in bootstrap?
How will you create a alternate progress bar using bootstrap??
What is the bootstrap panel?
Tell me what is bootstrap collapsing elements?
Explain what is Bootstrap well?
What is the purpose of .media-list class in bootstrap?