HTML & CSS Crossword Puzzle

123456789101112131415161718
Across
  1. 1. The tag we use to create an ordered list
  2. 2. the least specific selector in CSS
  3. 5. The tag we use to create a listed item
  4. 7. Creates the largest header possible, bolding and increasing the font size
  5. 8. What our code checks for first in the cascade
  6. 10. Creates a horizontal rule
  7. 12. What we do after nesting a tag inside of another tag
  8. 14. A tag that closes a section in our code
  9. 15. The selector that we apply to a group of tags, not the least or most specific
  10. 16. What our code checks for second in the cascade
Down
  1. 1. The tag we use to open a table (without the border attribute)
  2. 3. What our code checks for third in the cascade
  3. 4. The rules and format our code has to follow to work
  4. 6. The tag that italicizes or emphasizes our content
  5. 7. The tag we use to create an unordered list
  6. 9. A tag that opens a new section in our code and affects what comes after
  7. 10. A tag that allows us to style a tag either in the header or inside of the tag we are styling
  8. 11. An attribute used to change how large our image is
  9. 13. The other attribute used to change how large our image is
  10. 14. What we call the rules that decide which rules are applied to our code
  11. 17. The most specific selector in CSS
  12. 18. keywords that affect how the browser formats and displays content.