How can you order columns in Bootstrap?



How can you order columns in Bootstrap?..

Answer / Ravinder Rawat

In Bootstrap, you can order columns using the `order-*` classes. For example, to make a column appear first, you would use `order-first`, and for last use `order-last`. To sort columns, you can use `order-*` numbers. Lower values go first, higher values go later.nn```htmln<div class="row">n <div class="col order-2">Column 2</div>n <div class="col order-1">Column 1</div>n</div>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

Explain what is Bootstrap well?

1 Answers  


Why to choose bootstrap for building the websites?

1 Answers  


What is data toggle in bootstrap and how we can use it?

1 Answers  


Tell me which class make a set of buttons appear vertically stacked rather than horizontally?

1 Answers  


Tell me what is bootstrap grid system?

1 Answers  


What dependencies does bootstrap require to work properly?

1 Answers  


What is bootstrap?

1 Answers  


Tell me what the following code does, and where they are useful:<a href="#">home <span class="badge">36</span></a>

1 Answers  


Explain the two codes that are used for code display in bootstrap?

1 Answers  


What are bootstrap alerts?

1 Answers  


How to give a style to images in bootstrap?

1 Answers  


How can you create nav elements in bootstrap?

1 Answers  


Categories