Project 11 - Checksheet

Answers for Self-Check Questions for Project 11.

  1. <img>
  2. empty tag
  3. Give your image files short, descriptive names that are all lowercase with no spaces.
  4. .gif, .jpg, .jpeg, or .png.
  5. src is to provide the location and filename for the image
  6. Yes
  7. No
  8. It displays the title given for the image during mouse-over in browsers like Mozilla Foxfire
  9. <img src="cake.gif" alt="birthday cake" width="250" height="125" />
  10. <p align="center">
    <img src="car.gif" alt="car" width="170" height="80" />
    </p>
  11. 216 colors
  12. <body bgcolor="#ffccff">
  13. C and F
  14. 0,3,6, and 9
  15. #FFFFCC
  16. #CCFFFF
  17. #CCFFCC
  18. #FAEBD7
  19. aqua, black, blue, fuchsia, gray, green, lime,maroon, navy, olive, purple, red, silver, teal, white,and yellow
  20. The Color Hex value.
Hosted by www.Geocities.ws

1