5. Bootstrap Flashcards
1
Q
What is bootstrap?
A
It is a front-end framework with a library of already developed styles for creating responsive designs
2
Q
Up to how many columns?
A
Allows up to 12 columns (spans)
3
Q
Grid structure
A
<div class=“container”>
<div class="row">
<div class="col-md-y"></div
<div class="col-md-z"></div>
</div>
</div>
4
Q
What are bootstrap classes used in this course? (3)
A
- btn [btn-subclass]
- alert [alert-subclass]
- navbar [navbar-subclass]
5
Q
How are bootstrap classes passed?
A
As attributes of the tags
6
Q
Bootstrap button general structure
A
<button>text on button</button>