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