Unit 2 Vocab

1234567891011121314151617181920
Across
  1. 1. applet A small Java application that is embedded in an HTML document and run in a browser window.
  2. 2. A set of declarations that can be applied to different tags.
  3. 4. see hyperlink.
  4. 7. The formats to be applied in a style sheet rule.
  5. 11. style sheet A style sheet defined with <style> and </style> tags in the head section of an html document.
  6. 15. tag.
  7. 16. Spaces and blank lines generally have no effect on how the document is interpreted. The format of an HTML document.
  8. 17. Text used to explain and clarify HTML for a reader.
  9. 18. file with a .css extension and applied using a
  10. 20. (HyperText Markup Language) A set of tags that are used to “mark up” plain text so that a browser application knows how to display the text.
Down
  1. 1. A scripting language that is interpreted
  2. 3. The part of an HTML tag placed inside angle brackets (<>). For example, <title> is called the title tag, where title is the element
  3. 5. Used to modify the features of an element in an HTML tag
  4. 6. A list that is used when each item is equally important
  5. 8. style sheet A style sheet saved as a sepa-
  6. 9. Text that can be clicked to display another HTML document. Also called a link.
  7. 10. A base-16 numbering system that consists of the numbers 0 through 9 and the letters a through F.
  8. 12. a browser’s built-in JavaScript engine.
  9. 13. tags The html, head, title, and body tags.
  10. 14. A database system where objects such
  11. 19. text and images, can be linked.