Java Games: Flashcards, matching, concentration, and word search.

4.02 Responsive Web Design

AB
device pixelis the tiniest physical unit in a display.
Screen densityrefers to the number of device pixels on a physical surface. It is often measured in pixels per inch (PPI).
pixel densityrefers to the number of device pixels on a physical surface. It is often measured in pixels per inch (PPI).
Resolutiona simple count of the number of pixels across the entire width and height of a device.
Pixel densitya good indication of how clear the device display will be.
Viewing distancecan affect the perceived pixel size.
bitmap pixelis the smallest unit of data in a raster image (PNG, JPG, GIF, etc).
Web ImagesBesides its raster resolution, an image on the Web has an abstract size, defined in CSS pixels. The browser squeezes or stretches the image based on its CSS height or width during the rendering process.
CSSdefines that raster images (such as photos) are, by default, displayed with one image pixel mapping to 1px.
CSS pxnot defined as a constant length, but as something that depends on the type of device and its typical use.
Pixel densitycan be queried using JavaScript
CSS Media Queriescan be used to serve up the appropriately sized assets.
responsive web designdesign for the smallest viewport first and then work up towards the larger viewpoints. The design and content can be enhanced as you work upward.
fixed-width layoutsthe width of the site is bound to a certain number of pixels.
Fluid or liquid layoutsdefine dimensions in percentages rather than pixels.
div tagHTML tag that in most cases acts as a container for text, images, and other page elements. 
container div tagfirst div tag on a page
em unitunit of measurement in the field of typography, equal to the currently specified point size. The name of em is related to M. Originally the unit was derived from the width of the capital “M” in the given typeface.
Absolute sizeSets the text to a specified size Does not allow a user to change the text size in all browsers (bad for accessibility reasons) Absolute size is useful when the physical size of the output is known
Relative sizeSets the size relative to surrounding elements Allows a user to change the text size in browsers



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities