Filters
Question type

Study Flashcards

____ A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.

A) True
B) False

Correct Answer

verifed

verified

False

The ______attribute indicates if a style sheet configures for screen display or the printed page.


A) media
B) display
C) internal
D) viewport

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

Correct Answer

verifed

verified

Use the _______ property in the HTML link tag to to associate a web page with a style sheet for printing.


A) media="print"
B) media="paper"
C) media="screen"
D) out="printer"

E) A) and B)
F) B) 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) All of the above
F) B) and C)

Correct Answer

verifed

verified

What is the term used to describe image file that contains multiple small graphics?


A) thumbnail image
B) sprite
C) image link
D) viewport

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

Correct Answer

verifed

verified

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

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

Correct Answer

verifed

verified

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

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

Correct Answer

verifed

verified

____ A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.

A) True
B) False

Correct Answer

verifed

verified

Which pseudo-element can be used to generate content that precedes an element?


A) :after
B) :before
C) :content
D) :first-line

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

Correct Answer

verifed

verified

_____ It is possible to use CSS to configure page breaks in a printed web page.

A) True
B) False

Correct Answer

verifed

verified

____ Mobile web pages should contain exactly the same content as web pages intended for display on desktop browsers.

A) True
B) False

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 B)
F) B) and C)

Correct Answer

verifed

verified

Which CSS property configures a flex container?


A) flex
B) display
C) flex-item
D) justify-content

E) B) and C)
F) C) 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 D)

Correct Answer

verifed

verified

A

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


A) viewport
B) description
C) sprite
D) media query

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

Correct Answer

verifed

verified

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

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

Correct Answer

verifed

verified

____ 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) True
B) False

Correct Answer

verifed

verified

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

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

Correct Answer

verifed

verified

__________________ will cause an object not to display.


A) display: block;
B) display: 0px;
C) display: none;
D) display: hide;

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

Correct Answer

verifed

verified

C

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) C) and D)
F) All of the above

Correct Answer

verifed

verified

Showing 1 - 20 of 23

Related Exams

Show Answer