What do you mean by column ordering in bootstrap?



What do you mean by column ordering in bootstrap?..

Answer / Kalpna

In Bootstrap, column ordering refers to the arrangement of columns within a row. By default, Bootstrap uses flexbox to create responsive grid systems. The order property can be used to change the visual stacking order of columns in a grid, allowing you to adjust their position and layout even if they're not first in the HTML source code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

What Do You Understand By A List Group In Bootstrap And Its Use?

1 Answers  


What Is Normalize In Bootstrap?

1 Answers  


When will you use <code>tag and <pre>tag?

1 Answers  


Explain what is grid system in bootstrap?

1 Answers  


Can I override bootstrap css?

1 Answers  


What is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?

1 Answers  


Please consider the html code snippet below.<Button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="my title">hover over me</button> what is missing for a tooltip to show properly?

1 Answers  


Explain the types of lists supported by bootstrap?

1 Answers  


Explain modal plugin in bootstrap.

1 Answers  


Explain the typography and links in Bootstrap?

1 Answers  


What are the different ways of using bootstrap?

1 Answers  


What is glyphicons used in bootstrap?

1 Answers  


Categories