Chapter 4

123456789101112131415161718
Across
  1. 1. Tag that indicates the start of a row with table heading cells.
  2. 5. Tables can be used to create a(n) ____ around an image.
  3. 6. Using ____ adds space between cells.
  4. 9. Displays text as bold and is center-aligned.
  5. 10. Tag that indicate the start of table rows.
  6. 13. Value for the rules attribute creates a table with no internal rules.
  7. 14. Defines the number of pixels of space between a cell’s contents and its border.
  8. 16. The intersection of a row and a column.
  9. 17. Useful when arranging text and images into columns and rows.
  10. 18. Horizontal lines of information in a table.
Down
  1. 1. Tag that indicates the start of a table.
  2. 2. When prominently displayed on a Web page, this gives a visitor ready access to navigation links.
  3. 3. Tag that indicates the start of a row of data cells.
  4. 4. After an HTML file for a Web page is saved, it should be viewed in this to confirm that the page appears as desired and that the links function as expected.
  5. 6. A heading cell displays text as bold and ____.
  6. 7. A technique used frequently to create a heading that merges rows or columns.
  7. 8. Tables allow you to organize information on a Web page using HTML _____.
  8. 11. The width of a table’s border is defined in ____.
  9. 12. Value for the rules attribute creates a table with vertical rules between each column in the table.
  10. 14. Vertical lines of information in a table.
  11. 15. Displays normal text that is left-aligned.