Deck 12: Responsive Web Design

ملء الشاشة (f)
exit full mode
سؤال
You should  design responsively for the needs of the device rather than those of the content.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
One technique for adapting to different browser widths is to use the display property  to remove or add content as needed.
سؤال
In the earlier days of the web, designers created browser specific web pages to deal with different browser types.
سؤال
Which statement correctly uses an import rule to apply an external style if the device screen has a maximum width of 480 pixels?

A) @url import("mobiledevice.css") screen and (max-width: 480px);
B) @import url("mobiledevice.css") screen and (max-width: 480px);
C) @screen import("mobiledevice.css") and (max-width: 480px);
D) @import screen and (max-width: 480px) u rl = "mobiledevice.css";
سؤال
The embossed media type is intended for paged material and for documents viewed in print preview mode.
سؤال
The srcset attribute of the < text > element supports the use of different fonts for the same text.
سؤال
To adapt your design for optimal viewing on several ranges of screen sizes what should you choose?

A) a fixed height
B) a breakpoint
C) a flexible pixel size
D) a static width
سؤال
Which of the following is NOT one of the three main elements of responsive design?

A) HTML5 auto adapation
B) CSS media queries
C) flexible images
D) flexible layouts
سؤال
Which CSS3  media type is intended for Braille tactile feedback devices?

A) embossed
B) tty
C) braille
D) speech
سؤال
Which measurement is best to use for breakpoints when you are most concerned with flexibility?

A) ems
B) points
C) pixels
D) inches
سؤال
Min-width and max-width style properties are often used to control the limits of the flexible design.
سؤال
Which CSS3 media type is similar to the CSS2 media type named aural?

A) speech
B) braille
C) voice
D) tty
سؤال
Which style sheet switching technique can let web designers use one set of content for multiple destinations?

A) media styles
B) conditional styles
C) dependent styles
D) switching styles
سؤال
Media queries let you create more precise rules for destination media.
سؤال
Which statement is a media query that sets the media type to screen and the maximum width to 480 pixels?

A) #media width 480px (@screen)
B) @width 480px and (media screen)
C) #screen media = max-width 480px
D) @media screen and (max-width: 480px)
سؤال
A display width of 500 pixels is approaching smartphone size.
سؤال
Which icon has become a universally accepted menu icon?

A) hot dog
B) sausage
C) hamburger
D) patty
سؤال
Redesigning the look of the site makes your content instantly adaptable  to multiple devices.
سؤال
The point at which design layouts change in responsive design schemes is called the transition point.
سؤال
Which CSS3 media type is intended for color desktop or handheld devices?

A) desktop
B) handheld
C) all
D) screen
سؤال
Which statement creates a responsive image style rule?

A) img { max-width: 100%; height: auto; }
B) img {  max-width: auto;  height: screen-width;  }
C) screen {  img-width: 100%;  height: 100%;  }
D) screen {  img-width: auto;  height: 100%;  }
سؤال
Which CSS3 media feature might have a value of 1024 x 768?

A) aspect-ratio
B) grid
C) color-index
D) resolution
سؤال
If you want to target a specific device when building responsive web pages, which media feature should you use?

A) width
B) screen-width
C) browser-width
D) device-width
سؤال
Which CSS3 media feature can have a value of Progressive or Interlace?

A) scan
B) orientation
C) grid
D) color
سؤال
Which pixel range accommodates smartphones and many tablets?

A) 780-1220
B) 0-780
C) 350-960
D) 960-1500
سؤال
The point at which design layouts change in responsive design schemes is called the ______________.
سؤال
Which statement will hide the article element?

A) display { article: none; }
B) article { display: hidden; }
C) display { article: hidden; }
D) article { display: none; }
سؤال
Which CSS3 media feature can have a value of portrait or landscape?

A) scan
B) orientation
C) aspect-ratio
D) grid
سؤال
Which W3C standards-based solution solves the problem of using different files for the same image based on the device's needs?

A) srcset attribute for the < img > element
B) multi-img attribute for the screen type
C) url attribute for the < img > element
D) multi-img attribute for the device type
سؤال
Which dimension most commonly needs to be constrained when building responsive web pages?

A) height
B) length
C) width
D) pixels
سؤال
Using ___________________________, you can apply styles based on display device characteristics.
سؤال
A technique for adapting to different browser widths is to use the ____ property to remove or add content as needed.

A) article
B) display
C) optional
D) content
سؤال
In the past, designers used _________ designs that always appeared in the center of the browser window. 
سؤال
Which CSS3 media feature might have a value of 16/9?

A) resolution
B) aspect-ratio
C) color-index
D) orientation
سؤال
Which of the following statements tells the device to treat the actual device width as the browser window width?

A) < content="viewport  name="width-device", initial-scale=0" >
B) < meta="width-device" content="viewport, initial-scale=1.0" >
C) < meta name="viewport" content="width=device-width, initial-scale=1.0" >
D) < name="width" content="width=device-width, initial-scale=0" >
سؤال
By combining the techniques of flexible layouts with the power of ____, you can extend the use of flexible layouts to adapt to any device size.

A) media queries
B) min-width, max-width
C) CSS3 features
D) style properties
سؤال
_______________ layouts realign elements of your content structure based on the device display.
سؤال
Which CSS3 media type is intended for devices that have a fixed-pitch character grid?

A) tty
B) tv
C) screen
D) handheld
سؤال
You can wrap text around an image in a responsive column by ____ the image and setting a width for the image that is a percentage of the containing column.

A) securing
B) anchoring
C) floating
D) inserting
سؤال
You should design _______________ for the needs of the content rather than those of the device.
سؤال
What is the concept of 'content-first designs?'What questions must you ask when applying this concept?
سؤال
Describe media queries and give a simple code example of using them.
سؤال
Briefly describe the three main elements of responsive design.
سؤال
The __________ media type is suitable for any type of device.
سؤال
You can use __________ types to specify a style rule for each type of destination.
سؤال
In CSS3, media types have been expanded into media __________, which let you create more precise rules for destination media.
سؤال
Breakpoints can be measured in ________, which is a better choice than pixels since they are more flexible.
سؤال
Describe breakpoints and how you use them.
سؤال
The key concept to remember is that the __________, not the device needs, should dictate when you add abreakpoint.
سؤال
Describe how and why responsive web design was developed.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Responsive Web Design
1
You should  design responsively for the needs of the device rather than those of the content.
False
2
One technique for adapting to different browser widths is to use the display property  to remove or add content as needed.
True
3
In the earlier days of the web, designers created browser specific web pages to deal with different browser types.
True
4
Which statement correctly uses an import rule to apply an external style if the device screen has a maximum width of 480 pixels?

A) @url import("mobiledevice.css") screen and (max-width: 480px);
B) @import url("mobiledevice.css") screen and (max-width: 480px);
C) @screen import("mobiledevice.css") and (max-width: 480px);
D) @import screen and (max-width: 480px) u rl = "mobiledevice.css";
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
The embossed media type is intended for paged material and for documents viewed in print preview mode.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
The srcset attribute of the < text > element supports the use of different fonts for the same text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
To adapt your design for optimal viewing on several ranges of screen sizes what should you choose?

A) a fixed height
B) a breakpoint
C) a flexible pixel size
D) a static width
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following is NOT one of the three main elements of responsive design?

A) HTML5 auto adapation
B) CSS media queries
C) flexible images
D) flexible layouts
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which CSS3  media type is intended for Braille tactile feedback devices?

A) embossed
B) tty
C) braille
D) speech
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which measurement is best to use for breakpoints when you are most concerned with flexibility?

A) ems
B) points
C) pixels
D) inches
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
Min-width and max-width style properties are often used to control the limits of the flexible design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which CSS3 media type is similar to the CSS2 media type named aural?

A) speech
B) braille
C) voice
D) tty
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which style sheet switching technique can let web designers use one set of content for multiple destinations?

A) media styles
B) conditional styles
C) dependent styles
D) switching styles
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
Media queries let you create more precise rules for destination media.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which statement is a media query that sets the media type to screen and the maximum width to 480 pixels?

A) #media width 480px (@screen)
B) @width 480px and (media screen)
C) #screen media = max-width 480px
D) @media screen and (max-width: 480px)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
A display width of 500 pixels is approaching smartphone size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which icon has become a universally accepted menu icon?

A) hot dog
B) sausage
C) hamburger
D) patty
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
Redesigning the look of the site makes your content instantly adaptable  to multiple devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
The point at which design layouts change in responsive design schemes is called the transition point.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which CSS3 media type is intended for color desktop or handheld devices?

A) desktop
B) handheld
C) all
D) screen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which statement creates a responsive image style rule?

A) img { max-width: 100%; height: auto; }
B) img {  max-width: auto;  height: screen-width;  }
C) screen {  img-width: 100%;  height: 100%;  }
D) screen {  img-width: auto;  height: 100%;  }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which CSS3 media feature might have a value of 1024 x 768?

A) aspect-ratio
B) grid
C) color-index
D) resolution
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
If you want to target a specific device when building responsive web pages, which media feature should you use?

A) width
B) screen-width
C) browser-width
D) device-width
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
Which CSS3 media feature can have a value of Progressive or Interlace?

A) scan
B) orientation
C) grid
D) color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which pixel range accommodates smartphones and many tablets?

A) 780-1220
B) 0-780
C) 350-960
D) 960-1500
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
The point at which design layouts change in responsive design schemes is called the ______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
Which statement will hide the article element?

A) display { article: none; }
B) article { display: hidden; }
C) display { article: hidden; }
D) article { display: none; }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which CSS3 media feature can have a value of portrait or landscape?

A) scan
B) orientation
C) aspect-ratio
D) grid
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which W3C standards-based solution solves the problem of using different files for the same image based on the device's needs?

A) srcset attribute for the < img > element
B) multi-img attribute for the screen type
C) url attribute for the < img > element
D) multi-img attribute for the device type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which dimension most commonly needs to be constrained when building responsive web pages?

A) height
B) length
C) width
D) pixels
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
Using ___________________________, you can apply styles based on display device characteristics.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
A technique for adapting to different browser widths is to use the ____ property to remove or add content as needed.

A) article
B) display
C) optional
D) content
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
In the past, designers used _________ designs that always appeared in the center of the browser window. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which CSS3 media feature might have a value of 16/9?

A) resolution
B) aspect-ratio
C) color-index
D) orientation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which of the following statements tells the device to treat the actual device width as the browser window width?

A) < content="viewport  name="width-device", initial-scale=0" >
B) < meta="width-device" content="viewport, initial-scale=1.0" >
C) < meta name="viewport" content="width=device-width, initial-scale=1.0" >
D) < name="width" content="width=device-width, initial-scale=0" >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
By combining the techniques of flexible layouts with the power of ____, you can extend the use of flexible layouts to adapt to any device size.

A) media queries
B) min-width, max-width
C) CSS3 features
D) style properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
_______________ layouts realign elements of your content structure based on the device display.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which CSS3 media type is intended for devices that have a fixed-pitch character grid?

A) tty
B) tv
C) screen
D) handheld
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
You can wrap text around an image in a responsive column by ____ the image and setting a width for the image that is a percentage of the containing column.

A) securing
B) anchoring
C) floating
D) inserting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
You should design _______________ for the needs of the content rather than those of the device.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
What is the concept of 'content-first designs?'What questions must you ask when applying this concept?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
Describe media queries and give a simple code example of using them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
Briefly describe the three main elements of responsive design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
The __________ media type is suitable for any type of device.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
You can use __________ types to specify a style rule for each type of destination.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
In CSS3, media types have been expanded into media __________, which let you create more precise rules for destination media.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
Breakpoints can be measured in ________, which is a better choice than pixels since they are more flexible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
Describe breakpoints and how you use them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
The key concept to remember is that the __________, not the device needs, should dictate when you add abreakpoint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
Describe how and why responsive web design was developed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.