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