Term
|
Definition
Works best for continous tone images, like photographs |
|
|
Term
|
Definition
Can represent images with uo ti 16 million different colors |
|
|
Term
|
Definition
Is a “lossy” format because to reduce the file size, it throws away some information about the image. |
|
|
Term
|
Definition
Does not support transparency |
|
|
Term
|
Definition
Works best for images with a few solid colors, and images with lines, like logos, clip art, and small text in images. |
|
|
Term
|
Definition
Can represent images with up to 256 different colors |
|
|
Term
|
Definition
GIF also compresses the file to reduce it size, but doesn’t throw anything away. So, it is a “lossless” format |
|
|
Term
|
Definition
Allows one background color to be set to “transparent” so that anything underneath the image will show through. |
|
|
Term
|
Definition
used to place images in your webpage |
|
|
Term
|
Definition
Browsers treat this element a little differently than other elemetns. After reading the HTML page, the browser retrieves each image from the Web server and displays it |
|
|
Term
|
Definition
Smaller version of larger pictures. Usually clickable to go to actual sized picture |
|
|
Term
|
Definition
element is an inline element which means the browser doesnt put a break before or after an _____ |
|
|
Term
|
Definition
how you specify the location of the iamge file. You can include images from your own site using a relative path in the ___ attribute, or images from other sites using a URL. |
|
|
Term
|
Definition
the meaningful description of the img element. It is displayed in some browsers if the iamge can't be located, and is used by screen readers to descrive the image for the cisually impaired |
|
|
Term
|
Definition
A widthof less than ___ pixels is a good rule of thumb for the size of photo images in a web page. Most photo images that are created by digital cameras are too large for web pages so you'll need to resize them |
|
|
Term
|
Definition
one of many photo editing applications you can use to resize your images. |
|
|
Term
|
Definition
Images that are too _____ for the browser make web pages difficult to use and slow to download and display |
|
|
Term
|
Definition
the smallest dot that can be represented on the screen |
|
|
Term
|
Definition
Two formats for images that are widely supported by Web browsers |
|
|
Term
|
Definition
use the _____ color menu in the "Save for Web" dialog to choose the right color for softening the edges of your transparent GIF image |
|
|
Term
|
Definition
can be used as links to other web pages. To create a link from an _____, use the "img" element as the content of an "a" element, and put the link in the href attribute of the "a" element |
|
|