Chapter Vocab 2

12345678910111213141516171819202122232425
Across
  1. 1. A set of declarations that can be applied to different tags.
  2. 4. Images, video, audio, and Java applets embedded in an HTML document.
  3. 8. Used to modify the features of an element in an HTML tag.
  4. 10. Comprised of an element inside angle brackets that is used to “mark up” plain text so that a browser application knows how to display the text.
  5. 13. Used to arrange data in an HTML document.
  6. 15. Series of related web pages.
  7. 16. A base-16 numbering system that consists of the numbers 0 through 9 and the letters A through F.
  8. 18. tags The html, head, title, and body tags.
  9. 20. The HTML element being redefined in a style sheet rule.
  10. 21. Used to add dynamic content to an HTML document. Scripts are written in a scripting language, such as JavaScript.
  11. 22. Text that can be clicked to display another HTML document. Also called a link.
  12. 23. The part of an HTML tag placed inside angle brackets (<>). For example, <title> is called the title tag, where title is the element.
  13. 24. style sheet A style sheet defined with <style> and </style> tags in the head section of an HTML document.
  14. 25. Spaces and blank lines generally have no effect on how the document is interpreted. The format of an HTML document.
Down
  1. 1. Text used to explain and clarify HTML for a
  2. 2. Tool used to search and access information available on the Internet.
  3. 3. applet A small Java application that is embedded in an HTML document and run in a browser window.
  4. 5. see hyperlink.
  5. 6. Used to specify custom values to use in a Java applet.
  6. 7. document. Also called a link.
  7. 9. The formats to be applied in a style
  8. 11. list see Numbered list.
  9. 12. A scripting language that is interpreted
  10. 14. list A list that is used when each item is equally important:
  11. 17. Images, video, audio, and Java applets embedded in an HTML document.
  12. 19. list A list that is used to show a priority of importance.
  13. 22. A database system where objects, such as text and images, can be linked.