Chapter Vocab 2

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