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