Activity 01
Pair Programming: Timetable Tables
Pairs use a code editor to build an HTML table for a school timetable, including headers for days and periods, and rowspan for merged cells. They add sample data, view in browser, then swap to critique and improve structure. Extend by styling with inline CSS.
Design an HTML table to display structured data effectively.
Facilitation TipDuring Pair Programming: Timetable Tables, circulate to prompt pairs to explain their row and column structure decisions aloud before coding.
What to look forPresent students with a small dataset (e.g., list of student favorite colors and counts). Ask them to write the HTML code for a table to display this data, including headers. Check for correct use of <table>, <tr>, <th>, and <td> tags.