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

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;

13 Cards in this Set

  • Front
  • Back

<'img'>

Defines an image.

<'map'>

Defines a client-side image-map.

<'area'>

Defines an area inside an image-map.

<'canvas'>

Used to draw graphics, on the fly, via scripting (usually Javascript).

<'figcaption'>

Defines a caption for a <'figure'> element.

<'figure'>

Specifies self-contained content.

<'picture'>

Defines a container for multiple image resources.

How many HTML image tag(s) are there?

7

List all of the HTML image tag(s).

1) <'img'>

2) <'map'>


3) <'area'>


4) <'canvas'>


5) <'figcaption'>


6) <'figure'>


7) <'picture'>

How many HTML5 image tag(s) are new to HTML?

4

Which HTML5 image tag(s are new to HTML?

1) <'canvas'>


2) <'figcaption'>


3) <'figure'>


4) <'picture'>

How many HTML image tag(s) are not new to the 5th version of HTML?

3

Which HTML image tag(s) are not new to the 5th version of HTML?

1) <'img'>

2) <'map'>


3) <'area'>