Filters
Question type

Study Flashcards

Which attribute below defines a fragment identifier in a page?


A) id
B) identifier
C) fragment
D) bookmark

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

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"

E) None of the above
F) A) and C)

Correct Answer

verifed

verified

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

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

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" >

E) A) and C)
F) A) and D)

Correct Answer

verifed

verified

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 >

E) All of the above
F) A) and C)

Correct Answer

verifed

verified

B

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:

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

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

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

The ________ meta tag configures scale and dimension on mobile web page display.


A) flexible
B) viewport
C) fragment identifier
D) media query

E) None of the above
F) All of the above

Correct Answer

verifed

verified

B

The ________ HTML5 element indicates a portion of a document, like a chapter or specific topic.


A) header
B) article
C) aside
D) section

E) All of the above
F) C) and D)

Correct Answer

verifed

verified

D

Choose the item below that is not an HTML5 element.


A) footer
B) figcaption
C) wrapper
D) article

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

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

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

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

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

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.

E) C) and D)
F) None of the above

Correct Answer

verifed

verified

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 >

E) None of the above
F) B) and D)

Correct Answer

verifed

verified

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 >

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

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

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

Use the ______ value for the CSS display property to configure an element to not display.


A) block
B) none
C) 0
D) hide

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The ________ HTML5 element indicates tangential or supplemental content.


A) header
B) nav
C) aside
D) section

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

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

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

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;)

E) All of the above
F) B) and D)

Correct Answer

verifed

verified

Showing 1 - 20 of 20

Related Exams

Show Answer