HTML Chapter 4 Review

12345678910111213141516
Across
  1. 2. Tables allow you to organize information on a Web page using HTML ____.
  2. 5. The <____> tags indicate the start and end of a row of data cells.
  3. 6. ____ are useful when arranging text and images into columns and rows.
  4. 8. A ___ can be placed at the top, bottom, a table.
  5. 10. A(n) ____ is the intersection of a row and a column.
  6. 12. Each page in a multipage Web site should have a link back to the ____ page of the Web site.
  7. 13. A heading cell displays text as bold and ____.
  8. 14. A(n) ____ is a horizontal line of information in a table.
  9. 16. When prominently displayed on a Web page, a ___ gives a visitor ready access to navigation links.
Down
  1. 1. A(n) ____ cell displays normal text that is left-aligned.
  2. 3. You can set ____ for an entire row of information, for a single cell, or for one or more cells within a row.
  3. 4. Using ____ adds space between cells.
  4. 6. The <____> tags indicate the start and end of a row with table heading cells.
  5. 7. ____ is a technique used frequently to create a heading that goes across rows or column.
  6. 8. A(n) ____ is a vertical line of information in a table.
  7. 9. Tables can be used to create a(n) ____ around an image.
  8. 11. After an HTML file for a Web page is saved, it should be viewed in a ____ to confirm that the page appears as desired and that the links function as expected.
  9. 15. The <____> tags indicate the start and end of table rows.