Fundamentals of Web Page Design & Development Crossword Puzzle

123456789101112131415161718192021222324252627282930
Across
  1. 5. In CSS, class names cannot start with a (blank).
  2. 7. Everything inside the <html> tag is (blank).
  3. 8. (Blank) is a form of protection for intellectual property, usually applied to artistic works.
  4. 11. HTML defines the (blank) of a webpage.
  5. 12. In CSS, the name of the class is preceded by a (blank).
  6. 15. The C in CSS stands for (blank).
  7. 19. The smallest heading of a webpage.
  8. 20. HTML defines the (blank) of a webpage.
  9. 21. A tag used to show the title in the title bar.
  10. 24. This allows web developers to arrange data into rows and columns.
  11. 26. Acronym for World Wide Web.
  12. 27. Ordered lists are represented by (blank).
  13. 29. The start of an unordered list.
  14. 30. A tag that is used to make a horizontal line.
Down
  1. 1. In CSS, (blank) braces are used.
  2. 2. Any RGB color can be created by combining Red, (blank), and Blue light at varying intensities.
  3. 3. In HTML, we use (blank) to show the structure of the tags.
  4. 4. The first S in CSS stands for (blank).
  5. 6. Putting an image on your website and passing it off as your own is a violation of (blank).
  6. 9. The (blank) tag is the container for all other HTML tags.
  7. 10. Some common (blank) tags, such as the title and link tags, are used when building a web page.
  8. 11. A popular web browser.
  9. 13. The start of an ordered list.
  10. 14. (Blank) tells the browser which version of HTML is being used.
  11. 16. In CSS, class names cannot have (blank).
  12. 17. The second S in CSS stands for (blank).
  13. 18. CSS was developed to define the (blank) of a webpage.
  14. 22. The (blank) tag and the <body> tag are inside the <html> tag.
  15. 23. Unordered lists are represented by (blank).
  16. 25. An application on your computer that allows you to visit websites on the Internet is called a (blank).
  17. 28. All website code is placed in between the (blank). and (blank)