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

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;

15 Cards in this Set

  • Front
  • Back

Responsive Web Design

Refers to using existing techniques involving flexible grid layout, flexible images, and media and media queries into a unified approach to web design.

Resolution

A simple count of the number of pixels across the entire width and height of a device.

Pixels per Inch (PPI)

A measure of screen density refers to the number of device pixels on a physical surface.

Bitmap Pixel

The tiniest physical unit in a display; also known as a physical pixel.

Reference Pixel

A W3C standard based on an optical reference unit that might be twice the size of a hardware pixel. This new pixel should look exactly the same in all viewing situations.

Pixel Density

The number of device pixels on a physical surface; often measured in pixels per inch.

Viewport

The rectangular area (measured in pixels) that is viewable on a device screen.

Fixed-Width Layout

The width of the site is bound to a certain number of pixels.

Fluid Layout

The web design's dimensions are defined in percentages rather than pixels.

Em Space

1 em equals the current font size; in a Web browser is equals 16 px.

Relative Units

Size in set in relation to surrounding elements.

Absolute Units

A specific size.

Media Query

A CSS specification that allows designers to target styles based on a number of device properties.

Scalable Vector Graphics (SVG)

Defines vector-based graphics that can be embedded directly into a Web page; SVG is a World Wide Web Consortium recommendation.

Vector Graphics

Type of graphic that does NOT lose quality when zoomed or resized.