Term
What element do you use to place images in your Web Page? |
|
Definition
|
|
Term
When does the browser retrieve each image? |
|
Definition
After reading the HTML page. |
|
|
Term
|
Definition
Small images that the user can click on to see the large version of an image. |
|
|
Term
What type of element is an element, and what does that mean? |
|
Definition
An inline element, which means that the browser doesn't put a linebreak before or after an image. |
|
|
Term
How do you specify the location of the image file? |
|
Definition
|
|
Term
What does the alt attribute do? |
|
Definition
Gives a meaningful description of the image. It is displayed in in some browsers if the image can't be found, and is used by screen readers to describe the image for the visually impaired. |
|
|
Term
What is a good rule of thumb for the size of photo images in a Web page? |
|
Definition
|
|
Term
__________ _________ is one of the many photo editing applications you can use to resize your images. |
|
Definition
|
|
Term
True or False Images that are too large for the browser make web pages difficult to use and slow to download and display. |
|
Definition
|
|
Term
True or False A pixel is not the smallest dot that can be represented on the screen. |
|
Definition
|
|
Term
What are to formats for images that are widely supported by Web browsers? |
|
Definition
|
|
Term
What format is best for photographs and other complex images? |
|
Definition
|
|
Term
What format is best for logos and other simple graphics with solid colors, lines, or text? |
|
Definition
|
|
Term
What format can be compressed at a variety of different qualities, so you can choose the best balance of quality and file size for your needs? |
|
Definition
|
|
Term
What format supports transparency? |
|
Definition
|
|
Term
Use the _____ _____ menu in the "Save for Web" dialog to choose the right color for softening the edges of your transparent GIF image. |
|
Definition
|
|
Term
To create a link from an image, use the ____ element as the content of an ___ element, and put the link in the href attribute of the ____ element. |
|
Definition
|
|