CSC 215: Web Programming and Development

Instructor Home | CSC215 Home | Syllabus | Assignments


Module 8 Assignment

This assignment is from Chapter 8.
  1. Tables are used to format web page layout and to:
  2. Identify the three main tags used to make a table.
  3. If no border is specified for a table, what is the default border?
  4. What tag is used to describe the contents of a table?
  5. Identify the allowed values for the bordercolor attribute?
  6. Which table attribute specifies the distance between cells in pixels?
  7. What does the WAI suggest about the table title attribute?
  8. Write the xhtml source code that will combine three <td> cells into one across columns.
  9. Identify the default vertical alignment in a table cell.
  10. Three methods to increase table accessibility are using the summary attribute, title attribute and:
  11. Write the opening xhtml source code to create a flexible-width table that has a 2 pixel border and fills 90% of a window.
  12. Write the opening xhtml source code to create a fixed-width table that is 850 pixels wide.
  13. What is it called when one table is contained within another table?
  14. Write the CSS code that will align a table to the center and set it to a flexible-width of 90%.
  15. Identify the CSS property used to eliminate the empty space between the table cell borders.


This page last modified on 06/02/2009

Contact Information: ron.poland@clinton.edu