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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Up to how many columns?

A

Allows up to 12 columns (spans)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are bootstrap classes used in this course? (3)

A
  1. btn [btn-subclass]
  2. alert [alert-subclass]
  3. navbar [navbar-subclass]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How are bootstrap classes passed?

A

As attributes of the tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bootstrap button general structure

A

<button>text on button</button>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly