Project 11 - Checksheet
Answers for Self-Check Questions for Project 11.
- <img>
- empty tag
- Give your image files short, descriptive names that are all lowercase with no spaces.
- .gif, .jpg, .jpeg, or .png.
- src is to provide the location and filename for the image
- Yes
- No
- It displays the title given for the image during mouse-over in browsers like Mozilla Foxfire
- <img src="cake.gif" alt="birthday cake" width="250" height="125" />
- <p align="center">
<img src="car.gif" alt="car" width="170" height="80" />
</p>
- 216 colors
- <body bgcolor="#ffccff">
- C and F
- 0,3,6, and 9
- #FFFFCC
- #CCFFFF
- #CCFFCC
- #FAEBD7
- aqua, black, blue, fuchsia, gray, green, lime,maroon, navy, olive, purple, red, silver, teal, white,and yellow
- The Color Hex value.