Chapter Vocab 2

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