Medium
Study the following HTML code:
<div class="container">
<div class="row">
<div class="col-6">
<p>Contents of column 1</p>
</div>
<div class="col-6">
<p>Contents of column 2</p>
</div>
</div>
</div>
What is the layout of the content in this Bootstrap code?
Author: Maxime JavauxStatus: PublishedQuestion passed 346 times
Edit
11
Community EvaluationsNo one has reviewed this question yet, be the first!
2
How to create a responsive grid with Bootstrap?0
What Bootstrap component is used to create a dropdown menu?1
What is the most recent version of Bootstrap? (2024)2
What is the Bootstrap grid based on?1
By default, what color does the button with a class defined as follows: class= "btn btn-info"?1
How to align text to the left in Bootstrap?1
What is the main purpose of the "Sass" tool in the context of Bootstrap?