3.4 bootstrap Flashcards

1
Q

What is Responsive Web Design (RWD)?

A

“Creating web sites which automatically adjust themselves to look good on all devices”

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

What technologies are used in RWD?

A

“Only HTML and CSS”

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

What is the viewport?

A

“The user’s visible area of a web page”

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

What is the recommended viewport setting for responsive web design?

A

“<meta name=’viewport’ content=’width=device-width

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

What is a CSS media query?

A

“A CSS technique introduced in CSS3 that includes a block of CSS properties only if a certain condition is true”

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

Give an example of a media query.

A

“@media only screen and (max-width: 600px) { body { background-color: lightblue; } }”

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

List typical device breakpoints used in media queries.

A

“Extra small (phones

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

What is Bootstrap?

A

“A free front-end framework for faster and easier web development”

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

Name three advantages of Bootstrap.

A

“Easy to use

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

What are the core components of Bootstrap?

A

“HTML and CSS based design templates and optional JavaScript plugins”

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

Is Bootstrap compatible with modern browsers?

A

“Yes

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

What are the Bootstrap 5 grid classes?

A

“.col-

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

How many columns does the BS5 Grid System have?

A

“12”

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