Introduction to Web Dev

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