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

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;

22 Cards in this Set

  • Front
  • Back
attribute
modifiers of HTML elements that provide additional information
audio element
enables you to incorporate audio, such as music and other sounds, in HTML documents
canvas element
a container for graphics, uses javascript to draw graphics dynamically
codec
a technology used for compression, e.g., ogg, mp4, etc
compression
reduces the amount of space needed to store a file and reduces the bandwidth needed to transmit the file
deprecation
removing elements from a list of available elements
doctype
declaration at the top of an HTML page that specifies that language or rules that browser should use to read the page
element
a tag pair or an empty element
empty tag
tags that don't require an end tag like a break tag
entity
a special character like the copyright symbol that is incorporated in a web page using character encoding
figcaption element
optional tag that adds a caption to a figure element
figure element
specifies the type of figure you're adding, e.g., an image, photo, etc. and allows you to easily add multiple images side by side
global attribute
attributes that can be used with any HTML element like id, class, lang
nesting
to place one element inside another
raster image
an image made up of pixels
render
to interpret or reproduce the content on an HTML page
Scalable Vector Graphics
a language for describing 2D graphics in XML
tags
keywords that help to give an HTML page structure
valid
refers to whether a web page adheres to the specifications perfectly or not
vector image
an image made up of lines and curves based on mathematical expressions
video compression
reduces the size of video images while retaining the highest quality video with the minimum bit rate
video element
enables incorporation of videos in HTML documents using minimal code