• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back

How would you define a fragment identifier at the top of a page, called "top"?

( div id="top" )

How would you link to the named fragment #school on the page resume.html from the home page of the site?

(a href="resume.html#school") Educational Background (/a)

The ________ attribute of the anchor tag can cause the new web page to open in its own browser window.

target

When do you need to use a fully qualified URL in a hyperlink?

when linking to a page on an external website

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

sprite

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

viewport

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

media="print"

________ will cause an object not to display.

display: none;

A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

media query

Select a recommendation for mobile web design from the choices listed below.

Use a single column page layout.

Select a recommendation for mobile web design from the choices listed below.

Use percentage or em units for font sizes.

Include the keyword ________ in a media query to cause older, non-supporting browsers to ignore the media query.

only

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

media

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

before

What is the purpose of the :content pseudo-element?

to generate content that is added to the web page document

Components of responsive web design include:

fluid layout, flexible images, media queries

Which CSS property configures a flex container?

display

Which CSS property configures multiple lines in a flex container?

flex-wrap

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

True

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

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

true

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

false

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

false