Deck 7: Responsive Page Layout

ملء الشاشة (f)
exit full mode
سؤال
Components of responsive web design include:

A) fluid layout, flexible images, media queries
B) valid syntax, embedded CSS, media queries
C) fluid layout, valid syntax, embedded CSS
D) flexible images, media queries, valid syntax
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The ______attribute indicates if a style sheet configures for screen display or the printed page.

A) media
B) display
C) internal
D) viewport
سؤال
____ The W3C's concept of "One Web" relates to providing a single resource that is configured for optimal display on multiple types of devices.
سؤال
____ A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.
سؤال
Include the keyword _____ in a media query to cause older, non-supporting browsers to ignore the media query.

A) viewport
B) meta
C) skip
D) only
سؤال
__________________ will cause an object not to display.

A) display: block;
B) display: 0px;
C) display: none;
D) display: hide;
سؤال
Select a recommendation for mobile web design from the choices listed below.

A) Use a single column page layout
B) Use large images
C) Use pt units for font sizes
D) None of the above are best practices for mobile web design.
سؤال
Which pseudo-element can be used to generate content that precedes an element?

A) :after
B) :before
C) :content
D) :first-line
سؤال
How would you define a fragment identifier at the top of a page, called "top"?

A) < div id="top" >
B) < div bookmark="top" >
C) < div id="#top" >
D) < div href="top" >
سؤال
How would you link to the named fragment #school on the page resume.html from the home page of the site?

A) < a href="resume.html#school" >Educational Background< /a >
B) < a name="resume.html#school" > Educational Background < /a >
C) < a link="resume.htmlschool" > Educational Background < /a >
D) < a link="resume.html#school" > Educational Background < /a >
سؤال
Select a recommendation for mobile web design from the choices listed below.

A) Use a two-column page layout
B) Use images that display text
C) Use percentage or em units for font sizes
D) Configure all hyperlinks to open in new browser windows
سؤال
What is the term used to describe image file that contains multiple small graphics?

A) thumbnail image
B) sprite
C) image link
D) viewport
سؤال
When do you need to use a fully qualified URL in a hyperlink?

A) when creating an internal link to the same web page
B) when linking to a page in another folder on the same site
C) when linking to a page on an external web site
D) never
سؤال
Which CSS property configures a flex container?

A) flex
B) display
C) flex-item
D) justify-content
سؤال
The __________ attribute of the anchor tag can cause the new web page to open in its own browser window.

A) target
B) window
C) id
D) href
سؤال
The ________ meta tag configures scale and dimension on mobile web page display.

A) viewport
B) description
C) sprite
D) media query
سؤال
A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

A) sprite
B) viewport
C) media query
D) fragment identifier
سؤال
What is the purpose of the content property?

A) to generate content that is added to the web page document
B) to configure the text size of the entire web page document
C) to display a pop-up window
D) to configure mobile display only
سؤال
Which CSS property configures multiple lines in a flex container?

A) justify-content
B) flex-direction
C) flex-wrap
D) flex
سؤال
Use the _______ property in the HTML link tag to to associate a web page with a style sheet for printing.
A) media="print"

A) out="printer"
B) media="paper"
C) media="screen"
سؤال
____ Mobile web pages should contain exactly the same content as web pages intended for display on desktop browsers.
سؤال
____ A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.
سؤال
_____ It is possible to use CSS to configure page breaks in a printed web page.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/23
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Responsive Page Layout
1
Components of responsive web design include:

A) fluid layout, flexible images, media queries
B) valid syntax, embedded CSS, media queries
C) fluid layout, valid syntax, embedded CSS
D) flexible images, media queries, valid syntax
A
2
The ______attribute indicates if a style sheet configures for screen display or the printed page.

A) media
B) display
C) internal
D) viewport
A
3
____ The W3C's concept of "One Web" relates to providing a single resource that is configured for optimal display on multiple types of devices.
True
4
____ A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
5
Include the keyword _____ in a media query to cause older, non-supporting browsers to ignore the media query.

A) viewport
B) meta
C) skip
D) only
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
6
__________________ will cause an object not to display.

A) display: block;
B) display: 0px;
C) display: none;
D) display: hide;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
7
Select a recommendation for mobile web design from the choices listed below.

A) Use a single column page layout
B) Use large images
C) Use pt units for font sizes
D) None of the above are best practices for mobile web design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which pseudo-element can be used to generate content that precedes an element?

A) :after
B) :before
C) :content
D) :first-line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
9
How would you define a fragment identifier at the top of a page, called "top"?

A) < div id="top" >
B) < div bookmark="top" >
C) < div id="#top" >
D) < div href="top" >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
10
How would you link to the named fragment #school on the page resume.html from the home page of the site?

A) < a href="resume.html#school" >Educational Background< /a >
B) < a name="resume.html#school" > Educational Background < /a >
C) < a link="resume.htmlschool" > Educational Background < /a >
D) < a link="resume.html#school" > Educational Background < /a >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
11
Select a recommendation for mobile web design from the choices listed below.

A) Use a two-column page layout
B) Use images that display text
C) Use percentage or em units for font sizes
D) Configure all hyperlinks to open in new browser windows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
12
What is the term used to describe image file that contains multiple small graphics?

A) thumbnail image
B) sprite
C) image link
D) viewport
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
13
When do you need to use a fully qualified URL in a hyperlink?

A) when creating an internal link to the same web page
B) when linking to a page in another folder on the same site
C) when linking to a page on an external web site
D) never
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which CSS property configures a flex container?

A) flex
B) display
C) flex-item
D) justify-content
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
15
The __________ attribute of the anchor tag can cause the new web page to open in its own browser window.

A) target
B) window
C) id
D) href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
16
The ________ meta tag configures scale and dimension on mobile web page display.

A) viewport
B) description
C) sprite
D) media query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
17
A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

A) sprite
B) viewport
C) media query
D) fragment identifier
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
18
What is the purpose of the content property?

A) to generate content that is added to the web page document
B) to configure the text size of the entire web page document
C) to display a pop-up window
D) to configure mobile display only
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which CSS property configures multiple lines in a flex container?

A) justify-content
B) flex-direction
C) flex-wrap
D) flex
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
20
Use the _______ property in the HTML link tag to to associate a web page with a style sheet for printing.
A) media="print"

A) out="printer"
B) media="paper"
C) media="screen"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
21
____ Mobile web pages should contain exactly the same content as web pages intended for display on desktop browsers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
22
____ A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
23
_____ It is possible to use CSS to configure page breaks in a printed web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 23 في هذه المجموعة.