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