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:
Do you know what are bootstrap alerts?
Tweet
Share
WhatsApp
Download PDF
Answer:
Bootstrap Alerts provide a way to style messages to the user. They provide contextual feedback messages for typical user actions.
You can add an optional close icon to alert.
Download Bootstrap PDF
Read All 128 Bootstrap Questions
Previous Question
Next Question
Explain me types of lists supported by Bootstrap?
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?