HTML Chapter 2 Review

12345678910111213141516171819202122
Across
  1. 2. On the Web, _____ are the primary ways to navigate between Web pages and among Web sites.
  2. 6. The <_____> tags are used to define a list item in an ordered or unordered list.
  3. 7. The <!___> tag is used to tell the browser which HTML or XHTML version and type the document uses.
  4. 8. The <_____> tags must be at the start and end of an unordered list.
  5. 11. ____ rules are lines that are displayed across a Web page to separate different sections of the page.
  6. 13. ____ code is the code or instructions used to create a Web page or program.
  7. 14. When the browser finds a(n)/<_____> tag in an HTML file, it starts a new line and inserts a blank line above the new paragraph.
  8. 15. Bulleted lists are also called _____ lists.
  9. 18. The title of a Web page is the name assigned to the page if a user adds the page to the browser’s list of ____.
  10. 19. The _____ attribute is used to define the URL of an image to load with the <img> tag.
  11. 20. ____ are used to set off different paragraphs of text or different sections of a page.
  12. 22. Numbered lists are also called _____ lists.
Down
  1. 1. The _____ is usually the first element of a Web page that you see and should identify the purpose of a web page.
  2. 3. The <_____> tags contain the main content of a Web page.
  3. 4. The ____ of a Web page is a solid color, a picture or graphic against which the other elements on the Web page appear.
  4. 5. The XHTML ____ looks at the DOCTYPE statement to see which version of HTML or XHTML you are using, and then checks to see if the code is valid for that version.
  5. 9. ____ is a basic text editor installed with Windows that you can use for simple documents or for creating Web pages using HTML.
  6. 10. The <_____> tags must be at the start and end of an ordered list.
  7. 12. An image’s ____ text should be a brief representation of the purpose of the image.
  8. 16. ___ text is the default text format used for the main content of a Web page.
  9. 17. If a type attribute is not specified for an unordered list, the list uses the _____ bullet.
  10. 21. _____ links are the most commonly used hyperlinks.