Chapter Vocab 2

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