EX5-1 AND REVIEW QUESTIONS


EXERCISE 5-1

  1. RGB code 23,200,159=17C89F
  2. Hexadecimal code C70B48=199,11,159

  3. REVIEW QUESTIONS

    1. GIF- Graphic Interchange Format
      1. .gif extensions
    2. JPEG-Joint Photographic Expert Group
      1. .jpg extensions
      2. .jpeg extensions
    3. PNG-Portable Network Graphics
      1. .png extensions
  1. JPEG images are the most desirable in cases of color diplay.
    PNG images is not supported universally by browsers.
  2. 5 design issues that you should consider as you add color and graphics to web pages
    1. use browser-safe colors.
    2. limit colors to two or three harmonious colors on a page.
    3. make sure background color does not overpower the text color.
    4. images for background should not overpower the page.
    5. background images should have a smooth pattern so the backgrond does not have breaks or lines where the edges of the tiled image meet.