8th Grade Web Dev
Across
- 1. All the content of your web page (text, images, etc) should go inside the ____ element
- 4. h1 is the ________________ heading by default
- 6. The purpose of the language _________ is to style the web page
- 7. ____-text is the text that appears if your image fails to load
- 9. The HTML element ol is used to create a(n) _______ list
- 10. The HTML element p creates a ___________
- 13. The CSS property ______ can be used to make images appear to the right or left of the text
- 15. A stylesheet contains _________,which are lists of rules for how each element should be styled
- 18. Each item in a list should be inside its own list item element, named ___
- 19. A .css file is called a _________________
Down
- 2. The _______ tag of an HTML element designates the beginning of the element
- 3. The _______ tag of an HTML element designates the end of the HTML element
- 5. A(n) _________ goes inside the opening tag of an HTML element, such as src="cat.jpg" inside an <img> tag
- 8. The link to your stylesheet should go inside the HTML _____ element
- 11. The HTML element a creates a ___________
- 12. A CSS ruleset contains property: ________ pairs, such as color: red
- 14. font-family is an example of a CSS _______
- 16. In a CSS ruleset, the ____________ is the name of the HTML element that the rules apply to
- 17. h6 is the ________________ heading by default
- 20. The purpose of the language ________ is to structure the web page