Module 5: Creating a Data Table

Overview

This module consists of a single lesson that will introduce students to the basics of creating a data table. Later (in Unit 3, Module 6) students will learn about page layout using Cascading Style Sheets. At that point, there will be an opportunity to discuss the historical practice of using HTML tables to control the layout of a page. However, using tables for layout is no longer considered a good practice, and students in this course should know that the original (and now only) purpose of tables is to display tabular data, where rows and columns are used to communicate relationships.

Lesson 1: Creating a Data Table

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have added a data table to their accessibility.html file.