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

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;

5 Cards in this Set

  • Front
  • Back

Name two common attributes for the meta tag that go together

Name + content

Name some properties for the "name" attribute in a meta tag

Description, author, keywords, robots, author, expires

Describe "escape characters"

AKA "character entities," some characters in code are reserved for code (such as > <) or are special symbols (like ¥£"'×). To actually display these characters on a page, use the alternate code display, e.g. & is & or &.

Name three main methods for videos on a website

1) using external hosts like YouTube


2) using a Flash player with videos converted to flv


3) using html5 <video> tag with videos converted to webm or H264

Name some common attributes for HTML5 video/audio

Src, autoplay, loop, controls, preload, type