CSC 215: Web Programming and Development
Instructor Home | CSC215 Home |
Syllabus | Assignments
Module 8 Assignment
This assignment is from Chapter 8.
- Tables are used to format web page layout and to:
- Identify the three main tags used to make a table.
- If no border is specified for a table, what is the default border?
- What tag is used to describe the contents of a table?
- Identify the allowed values for the bordercolor attribute?
- Which table attribute specifies the distance between cells in pixels?
- What does the WAI suggest about the table title attribute?
- Write the xhtml source code that will combine three <td> cells into one across
columns.
- Identify the default vertical alignment in a table cell.
- Three methods to increase table accessibility are using the
summary attribute, title attribute and:
- Write the opening xhtml source code to create a flexible-width table that has a 2 pixel border and fills 90% of a window.
- Write the opening xhtml source code to create a fixed-width table that is 850 pixels wide.
- What is it called when one table is contained within another table?
- Write the CSS code that will align a table to the center and set it to a flexible-width of 90%.
- 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