Bootstrap Question:

What is Lead Body Copy in Bootstrap?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

To add some emphasis to a paragraph, add class = "lead". This will give you larger font size, lighter weight, and a taller line height


Previous QuestionNext Question
Please consider the following HTML code snippet:

<div class="row">
<div class="col-xs-12 col-md-3">.col-xs-12 .col-md-3</div>
<div class="col-xs-12 col-md-3">.col-xs-12 .col-md-3</div>
<div class="col-xs-12 col-md-3">.col-xs-12 .col-md-3</div>
<div class="col-xs-12 col-md-3">.col-xs-12 .col-md-3</div>
</div>

Tell me what will be the output of the following HTML code on mobile and on desktop view?
Tell me which class is used for basic pagination?