Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Show a basic grid structure in Bootstrap?



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

Post New Answer

More Bootstrap Interview Questions

Explain what is Bootstrap Container?

1 Answers  


What is bootstrap carousel?

1 Answers  


Why use Bootstrap?

1 Answers  


Do you know what is bootstrap container?

1 Answers  


What is column ordering in Bootstrap?

1 Answers  


What dependencies does Bootstrap require for it to work properly?

1 Answers  


Tell me what are the key components of bootstrap?

1 Answers  


What does Bootstrap package includes?

1 Answers  


How many image shapes & corners in bootstrap 4?

1 Answers  


How will you create a striped progress bar using bootstrap?

1 Answers  


what are the steps for creating basic or vertical forms?

1 Answers  


What is Responsive Layout??

1 Answers  


Categories