Give an example of a basic grid structure in bootstrap.



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

Post New Answer

More Bootstrap Interview Questions

Why bootstrap is used for mobile web development?

1 Answers  


What is bootstrap 4 responsive images?

1 Answers  


What is the purpose of .media-list class in bootstrap?

1 Answers  


Tell me what are the responsive design patterns?

1 Answers  


Explain me what are bootstrap badges?

1 Answers  


Tell me what is the purpose of .media class in bootstrap?

1 Answers  


What are glyphicons?

1 Answers  


What are the steps to create an animated progress bar using bootstrap?

1 Answers  


How many types of layout are available in bootstrap?

1 Answers  


What Is Normalize In Bootstrap?

1 Answers  


What are offset columns in Bootstrap?

1 Answers  


Why do we need to use bootstrap?

1 Answers  


Categories