Most Popular Bootstrap Interview Questions and Answers
Most Popular Bootstrap Interview Questions and Answers
Answers
Given below is a list of most frequently asked Bootstrap interview questions.
</div>
</div>
</div>
</div>
class="row">
</div>
Answer: The output of this will give the grids for extra small devices as we can see in
the snippet col-xs-12 that has been used and it will also give the grids for desktop
devices and above as the class col-md-3 has been used.
Q #45) What dependencies does Bootstrap require to work properly?
Answer: jQuery is the only dependency that bootstrap requires for working properly and
this is only for JavaScript plugins in bootstrap.
Q #46) Explain what the below code will do?
<a href="#">Home <span class="badge">36</span></a>
Answer: This code will produce a link with an inline badge which will give an important
notification to the user like number received, message received or the number of
requests etc.
Q #46) What are the two codes that are used for code display in Bootstrap?
Answer: The codes are <code> tag and <pre> tag.
Q #47) What is the difference between Bootstrap and Foundation?
Answer: Bootstrap uses very fewer preprocessors as it supports less and it allows the
designing and development for both mobile and desktop. On the other hand, Foundation
supports sass processors and it is used only for mobile UI designing.
Q #48) What are Glyphicons in Bootstrap?
Answer: By this, we can use the icon simply anywhere in your code.
<span class=”glyphicon glyphicon-search”></span>
I'm sure that this article would have helped you to understand the basics and advanced
level of Bootstrap.