Chapter Vocab 2

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