Hard
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 547 times
Edit
13
Community EvaluationsNo one has reviewed this question yet, be the first!
1
Does the 'btn-link' class exist in Bootstrap?1
How to align text to the left in Bootstrap?2
What is the Bootstrap grid based on?2
What is the main purpose of the "Sass" tool in the context of Bootstrap?2
What Bootstrap class is used to create a modal box?1
What 'nav-' classes are available in Bootstrap?4
How to create a responsive grid with Bootstrap?