Term
|
Definition
places images in your web browser |
|
|
Term
|
Definition
element that the browsers treats differently than other HTML elements; after reading the HTML page |
|
|
Term
|
Definition
too large for the browser make web pages difficult to use and slow to download and display |
|
|
Term
|
Definition
is the smallest dot that can be represented on the screen. Each image is composed of thousands of these. Depending on your monitor, there can be anywhere from 72 in an inch to 120 in an inch |
|
|
Term
|
Definition
two formats for images that are widely supported by web browsers |
|
|
Term
|
Definition
is best for photographs and other complex images |
|
|
Term
|
Definition
is best for logos and other simple graphics with solid colors, lines, or text. |
|
|
Term
|
Definition
imges that can be compressed at a variety of different qualities, so you can choose the best balance of quality and file size for your needs. |
|
|
Term
|
Definition
format that allows you to make an image with a transparent background. If you put an image with a transarent background in a web page, whats behind the image, such as the background color colr of the page, will show through the transparent parts of the image. |
|
|
Term
|
Definition
uses the Matte color menu in the "save for web" diaog to choose the right color for softening the edges of your transparent GIF image |
|
|
Term
|
Definition
used to link to other web pages. To create a link from an image, use the img element as the content of an a element, and put the link in the href attribute if the a element |
|
|
Term
|
Definition
the img element is an element which means that the browser does'nt put linebreak before or after an image |
|
|
Term
|
Definition
attribute is used to specify the location of an image file. You can include images from your own website using a relative path to this attribute, or images from sites using url |
|
|
Term
|
Definition
this attribute of an img element is a meaningful description of the image. It is displayed in some browsers if the image cant be located and is used by screen readers to describe the image for the visually impaired. |
|
|
Term
|
Definition
one of the many photo editing applications you can use ti resize your images |
|
|