Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Web Development
Bootstrap
Bootstrap Question:
What is Lead Body Copy in Bootstrap?
Tweet
Share
WhatsApp
Download PDF
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
Download Bootstrap PDF
Read All 128 Bootstrap Questions
Previous Question
Next 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?