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