CSS Study Guide

1234567891011121314151617
Across
  1. 4. each CSS line that includes property and value
  2. 7. the number of CSS syntax parts
  3. 8. world wide web consortium
  4. 10. similar to RGB but based on saturation and lightness of a color
  5. 12. has the possibility of 256 colors
  6. 13. the abbreviation for Cascading Styles Sheet
  7. 15. became the recommendation in 1988
  8. 16. contain the properties of the element you want to manipulate, and the values that you want to change them to
  9. 17. started in 1988 but was never completed
Down
  1. 1. the style attribute you want to change
  2. 2. applies styles as a separate file with a .css extension
  3. 3. specifies a style for a single, unique element
  4. 5. the most common way of specifying colors for web pages
  5. 6. applies styles to HTML by placing the CSS rules inside the tag
  6. 9. multiple declaration lines including the curly braces
  7. 10. has the possibility of 16 possible values, 0-9, A-F
  8. 11. applies styles directly to the elements by adding declarations into the style
  9. 14. identifies the HTML elements that the rule will be applied to, identified by the actual element name, or by other means such as class attribute values
  10. 16. specifies a style for a group of elements