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

What is the use of Jumbotron in Bootstrap?

1 Answers  


Explain bootstrap 4 tables?

1 Answers  


tell me which class is used for basic pagination?

1 Answers  


What is Scrollspy plugin?

1 Answers  


What are the steps to create a progress bar using bootstrap?

1 Answers  


What is bootstrap container in bootstrap?

1 Answers  


The typography and links in bootstrap?

1 Answers  


How will you create a alternate progress bar using bootstrap??

1 Answers  


What is the bootstrap panel?

1 Answers  


Tell me what is bootstrap collapsing elements?

1 Answers  


Explain what is Bootstrap well?

1 Answers  


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

1 Answers  


Categories