HTML and Tables Assignment

Create two tables; both tables will be created by hand (i.e. without the assistance of an HTML editor). Both tables are data tables containing only data...no images. Keep in mind that the HTML for both tables should be well-formed and transitionally valid. Include both tables in the same HTML file.

Table #1
The first table will contain information about the classes (minimum of 8) you have taken and/or plan to take at UNC. The table should contain these labels or column names: course name, number, instructor, days of week, times, & building name. They may be in any order. Be sure to include these names within the table and distinguish them from the actual data itself; the column names should be treated as headers (<th></th>). The dimensions and color of the table are your choice, but be sure to include the 6 column names.

Table #2
The second table should be an exact replica of the following:

Your goal to produce the same table in HTML; therefore, be sure to use those values for attributes for your HTML tags. Pay attention to alignment.

Specs

  • You cannot use <b> tags.
  • The HTML must be well-formed and transitionally valid
  • Table 2 must conform to the constraints and dimensions listed in the diagram.
  • Separate table #1 from #2 with <hr>.
  • Submit a single HTML file.

Notes

  • Refer to the lab and readings
  • You don't have to declare the widths for each individual cell.
  • Email me with questions

Turning it in
Email the assignment to burta at unc dot edu; do not post the assignment in a web-accessible directory of your Ruby account. Like all assignments, this is individual work. Refer to the evaluation section of the course syllabus.