Across
- 4. A tag in HTML that can be used for small text, like copyright or fine print.
- 5. Short for "Cascading Style Sheets".
- 6. This is used in HTML to create a numbered list.
- 7. Sometimes shortened to "JS", this language creates interactibility in your webpage.
- 8. A single piece of HTML. One individual thing.
- 9. The text that is displayed on the screen. In HTML it's what's in between the opening and closing tags.
- 10. A clickable box that you can create with HTML.
- 13. The way elements are measured on the screen, often shortened to px.
- 14. One single element in HTML, CSS, and JS.
- 16. <p> is short for this.
- 18. A shortening of "image" used in HTML.
- 19. <h1>, <h2>, and <h3> are all examples of a _______.
Down
- 1. Code that is executed from user input, like clicking a button.
- 2. A group of elements in HTML, CSS, and JS.
- 3. In CSS, it's the thing you want to change, like the font size or background color.
- 9. Each piece of code in HTML and CSS needs an opening tag and a _______ tag.
- 11. This is used in HTML to create a bulleted list.
- 12. <div> is short for this.
- 15. In CSS, it's how you're going to change the thing you want to change. This might be a color, a number of pixels, etc.
- 17. The language for adding text and images. It stands for Hypertext Markup Language.
