Deck 8: More on Links, Layout, and Mobile
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/20
Play
Full screen (f)
Deck 8: More on Links, Layout, and Mobile
1
Which attribute below defines a fragment identifier in a page?
A) id
B) identifier
C) fragment
D) bookmark
A) id
B) identifier
C) fragment
D) bookmark
A
2
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.
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.
A
3
Use the _______ attribute in the HTML link element to associate a web page with a style sheet for printing.
A) media="print"
B) out="printer"
C) media="paper"
D) media="screen"
A) media="print"
B) out="printer"
C) media="paper"
D) media="screen"
A
4
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
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
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
5
The ________ HTML5 element indicates tangential or supplemental content.
A) header
B) nav
C) aside
D) section
A) header
B) nav
C) aside
D) section
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
6
Choose the item below that is not an HTML5 element.
A) footer
B) figcaption
C) wrapper
D) article
A) footer
B) figcaption
C) wrapper
D) article
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
7
The ________ HTML5 element indicates a portion of a document, like a chapter or specific topic.
A) header
B) article
C) aside
D) section
A) header
B) article
C) aside
D) section
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
8
How would you configure a hyperlink from the index.html file to another file named services.html which is located in the same folder?
A) < a target="services.html" >Services< /a >
B) < a href="services.html" > Services < /a >
C) < a name="services.html" > Services < /a >
D) < a > Services < /a >
A) < a target="services.html" >Services< /a >
B) < a href="services.html" > Services < /a >
C) < a name="services.html" > Services < /a >
D) < a > Services < /a >
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
9
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
A) viewport
B) meta
C) skip
D) only
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
10
Use the ______ value for the CSS display property to configure an element to not display.
A) block
B) none
C) 0
D) hide
A) block
B) none
C) 0
D) hide
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
11
Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated.
A) div
B) section
C) article
D) aside
A) div
B) section
C) article
D) aside
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
12
Use the expression ___________________ in a media query to target devices with screens up to 480 pixels in width.
A) (width: 480px)
B) (max-width: 480px)
C) (min-width: 480px;)
D) (size: 480px;)
A) (width: 480px)
B) (max-width: 480px)
C) (min-width: 480px;)
D) (size: 480px;)
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
13
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 >
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 >
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
14
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) 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
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
15
How would you configure a hyperlink from the index.html file to another file named services.html which is located in a subfolder named categories?
A) < a href="../categories/services.html" >Services< /a >
B) < a href="categories/services.html" >Services< /a >
C) < a href="services.html" >Services< /a >
D) < a >Services< /a >
A) < a href="../categories/services.html" >Services< /a >
B) < a href="categories/services.html" >Services< /a >
C) < a href="services.html" >Services< /a >
D) < a >Services< /a >
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
16
The W3C's concept of _________relates to providing a single resource that is configured for optimal display on multiple types of devices.
A) accessibility
B) validation
C) responsive web design
D) One Web
A) accessibility
B) validation
C) responsive web design
D) One Web
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
17
The ________ meta tag configures scale and dimension on mobile web page display.
A) flexible
B) viewport
C) fragment identifier
D) media query
A) flexible
B) viewport
C) fragment identifier
D) media query
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
18
A hyperlink with the _____ scheme may cause a web browser on a mobile device to initiate a phone call.
A) phone:
B) sms;
C) tel;
D) mobile:
A) phone:
B) sms;
C) tel;
D) mobile:
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
19
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" >
A) < div id="top" >
B) < div bookmark="top" >
C) < div id="#top" >
D) < div href="top" >
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
20
A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.
A) flexible image
B) viewport
C) media query
D) fragment identifier
A) flexible image
B) viewport
C) media query
D) fragment identifier
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck