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

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;

16 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 acrossthe entire width and height of a device

Pixels per Inch (PPI)O#

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

Device Pixel

The tiniest physical unit in a display; alsoknown as a physical pixel

Bitmap Pixel

The smallest unit of data in a raster image

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 physicalsurface; often measured in pixels per inch

Viewport

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

Fixed-width Layout

The width of the site is bound to a certainnumber 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 it equals 16 px

Relative units

Size is 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

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.