Albert L. Peia                          CAOT97 Week 11– Assignment                      5-3-04

Concepts and Skills Review                                                                  Unit C HTML

 

 

Concepts Review 

Tags 

 

1.      <body background= “bootbg.jpg”> is code that formats the background image (usually tiled) on the web page.

2.      <img    >  is code to display an inline image on the web page.

3.      <map    >  is code to name and define an  image map on the web page.

4.      <area    >  is code to define the coordinates of a hot spot on an image map on the web page.

5.       height and width are attributes to an inline image on the web page when displayed.

6.      <alt   >  is code to display text when an inline image can’t be displayed (by the browser) on the web page.

 

Terms

 

7.       An image map is a graphic with different areas linked to different web pages.

8.       Each linked area in an image map is a hot spot.

9.       A text image is a graphic that allows any user to see text in a font selected by the designer.

10.   Broadband is a group of technologies that allows faster downloads.

11.    A pixel is one of the points of light that makes up the display on a computer screen.

12.    JPG is a graphics file format commonly used on the internet.

13.    HSPACE is an attribute to the <img> tag that adds horizontal space to the left and right of the image.

14.    SRC is the attribute of the <img> tag which specifies the name of the image file to display.

15.    <alt   >  is code to display alternat text when an inline image can’t be displayed (by the browser) on the web page.

16.    <body background= “bootbg.jpg”> is code that formats the background image (usually tiled) on the web page.

17.    height and width are attributes regarding display dimensions to an inline image <img> tag on the web page when displayed.

18.    A pixel is the default measurement unit for image size and one of the points of light that makes up the display on a computer screen.

19.    Animated gifs have long been the only widely viewable multimedia effect on the Web.