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

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;

32 Cards in this Set

  • Front
  • Back

<iframe>

Defines an inline frame

<img>

Defines an image

<map>

Defines a client-side image-map- an image with clickable areas

<area>

Defines an area inside an image-map- defines the clickable areas in the 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, like illustrations, diagrams, photos, code listings, etc.




While the content is relates to the main flow, its position is independent of the main flow, and if removed it should not affect the flow of the document.




Acts like:


figure {


display: block;


margin: 1em 40px 1em 40px;


}

<audio>

Defines sound content.




3 supported file formats: MP3, Wav, Ogg



Audio/Video Attribute "autoplay"

Audio/Video Attribute: Specifies that the audio will start playing as soon as it is ready

Audio/Video Attribute "controls"

Audio/Video Attribute: Specifies that audio controls should be displayed (such as a play/pause button etc)

Audio/Video Attribute "loop"

Audio/Video Attribute: Specifies that the audio will start over again, every time it is finished

Audio/Video Attribute "muted"

Audio/Video Attribute: Specifies that he audio output should be muted

Audio/Video Attribute "preload"

Audio/Video Attribute: Specifies if and how the author thinks the audio should be loaded when the page loads




Valued: auto, metadata, or none

Audio/Video or Source Attribute: "src"

Audio/Video Attribute: Specifies the URL of the audio file




Source Attribute: Specifies the URL of the media file




Value: URL

<source>

Defines multiple media resources for media elements (<video> and <audio>).




Allows you to specify alternative video/audio files which the browser may choose from, based on its media type or codec support.

Source Attribute: "media"

Specifies the type of media resource.




Value: media_query

Source Attribute: "type"

Specifies the media type of the media resource




Value: media_type

<track>

Defines/Specifies text tracks for media elements (<video> and <audio>)




Element is used to specify subtitles, caption files, or other files containing text, that should be visible when the media is playing





<video>

Defines a video or movie




3 supported file formats: MP4, WebM, and Ogg

Video Attribute: "height"

Video Attribute: Sets the height of the video player.




Value: pixels

Video Attribute: "poster"

Video Attribute: Specifies an image to be shown while the video is downloading, or until the user hits the play button




Value: URL

Video Attribute: "width"

Video Attribute: Sets the width of the video player




Value: pixels

<a>

Defines a hyperlink

Hyperlink Attribute: "download"

Hyperlink Attribute: Specifies that eh target will be downloaded when a user clicks on the hyperlink




Value: filename

Hyperlink Attribute: "href"

Hyperlink Attribute: Specifies the URL of the page the link goes to




Value: URL

Hyperlink Attribute: "hreflang"

Hyperlink Attribute: Specifies the language of the linked document




Value: language_code

Hyperlink Attribute: "media"

Hyperlink Attribute: Specifies what media/device the linked document is optimized for




Value: media_query

Hyperlink Attribute: "rel"

Hyperlink Attribute: Specifies the relationship between the current document and the linked document.

Hyperlink Attribute: "target"

Hyperlink Attribute: Specifies where to open the linked document

Hyperlink Attribute: "type"

Hyperlink Attribute: Specifies the media type of the linked document




Value: media_type

<link>

Defines the relationship between a document and an external resource (most used to link to style sheets)

<nav>

Defines navigation links