• 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/10

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;

10 Cards in this Set

  • Front
  • Back

What the new key features of HTML5 that are overviewed in this chapter?

Video and audio tags, content specific tags, tags for form elements, the canvas elements and storage of user data.

HTML5 video and audio are played back ______.

by the web browser's built-in player

Which of the following is correct about cases for the tag and attribute names in HTML5: No restriction on cases, all lowercase, all uppercase, or capitalized?

no restriction on cases

Which of the following is correct about the use of quotation marks for the attribute value in HTML5: no quotation marks are required OR the value has to be enclosed in question marks?

No quotation marks are required

Are end tags required in HTML5?

no

To provide multiple video or audio sources for different browsers, _________.

set up a source list using elements

To display an image in place of the video before it starts, _______.

use the poster attribute

To display the controller for the video or audio, ______.

use the controls attribute

If there are multiple videos on a page, you should avoid turning on ______ to reduce network traffic.

preload, and autoplay

A poster is an image that is shown in place of the video __________.

before an HTML5 video starts