Give an example of a basic grid structure in bootstrap.
Answer / Pradeep Kumar Gupta
A basic Bootstrap grid consists of containers, rows, and columns. Here's an example:
```html
<div class="container">
<div class="row">
<div class="col">Column 1 content</div>
<div class="col">Column 2 content</div>
<div class="col">Column 3 content</div>
</div>
</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Why bootstrap is used for mobile web development?
What is bootstrap 4 responsive images?
What is the purpose of .media-list class in bootstrap?
Tell me what are the responsive design patterns?
Explain me what are bootstrap badges?
Tell me what is the purpose of .media class in bootstrap?
What are glyphicons?
What are the steps to create an animated progress bar using bootstrap?
How many types of layout are available in bootstrap?
What Is Normalize In Bootstrap?
What are offset columns in Bootstrap?
Why do we need to use bootstrap?