Mobile first design Flashcards

1
Q

What design idea is a core concept of responsive web design where you create first for mobile and scale up along the line?

A

Mobile-First Design

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

Where does responsive website design focus on according to Ben Gremillion?

A

content and on the users

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

What one word describes the core or heart of a website?

A

content

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

Which device is said to be the most used in accessing the Web?

A

Mobile

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

What technique is used to change the appearance of your web page according to viewport?

A

Media Query

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

What CSS rule is used to apply media queries to your stylesheets?

A

@media CSS rule

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

What is identified in order to know which CSS Style set will be applied using media queries?

A

viewport

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

What do you call the points where the appearance of the website changes according to device size?

A

breakpoints

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

Which devices do not need media queries?

A

extra small devices

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

Which is longer in portrait mode, the height or the width?

A

height

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

@media CSS rule is written inside a CSS file or inside _____________ tags.

A

<style></style>

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

It is where you design for the smallest mobile device first then work your way up to the largest screen.

A

Mobile-First Design

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

What is the correct CSS code in setting the media query?

A

@media only screen and (max-width: 500px)

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

These are the input controls such as buttons, text fields, or sliders.

A

Tap targets

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

Sets of conditions that when met, changes layout which enables the users to consume the content of a website in the best way possible.

A

Breakpoints

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

The screen size of this breakpoint set should be greater than or equal to 758 pixels but not typically more than 991 pixels.

A

Tablet’s breakpoint

17
Q

The screen size of this breakpoint set should be greater than or equal to 992 pixels but not greater than 1199 pixels.

A

PC breakpoint

18
Q

It gives you the small viewing portion for the video while giving the other details and options on the lower end of the screen.

A

Portrait

19
Q

These devices don’t need media queries because the default CSS should apply for those devices.

A

Extra small devices