CSS part A

1. True - CSS won't work on browsers older than Microsoft Internet Explorer version 4.
2. False - layers are a part of CSS but not the main components
3. True
4. False - the declaration specifies the exact property values to be applied to the element
5. False - the selector determines the element to which the rule is applied
6. False - not semicolon but a colon
7. False - external style sheet not internal
8. True
9. True 
10. False - comments are allowed within the <style> element or external style sheet. They begin with a /* and end with a */
11. False - comments are like this: /* comment here */
12. True
13. True
14. True
15. False - not flag character but class selector
16. True
17. True
18. False - the value is the specification not property
19. True
20. True
21. True
22. True
23. True
24. True
25. False - IE needs to be version 5.0 or higher; Netscape needs to be version 6.0 or higher
26. False - style rules can be expressed by separating the selectors with commas not semicolons as in h1, h2, h3 { font-style: bold}
27. False - there's nothing wrong with those statements

Multiple choice
28. C
29. C
30. B
31. B
32. B
33. B
34. C
35. A
36. D
37. A
38. C
39. B
40. D
41. A
42. A
43. C
44. D
45. C
46. B
47. A
48. D
49. D
50. B
51. C
52. B

Completion
53. CSS or Cascading Style Sheets
54. selector
55. external
56. style
57. head
58. period
59. class
60. class
61. CSS class
62. div
63. span
64. inline
65. Cascading style sheets
66. CSS syntax
67. external
68. link
69. special
70. span
71. h3
72. href