Here are the examples for Chapter 4, which looks at how to create tables for the Web.
| ch04_eg01.html | A basic table |
| ch04_eg02.html | Using the <th> element for table headings |
| ch04_eg03.html | Table with text flowing around it using the align attribute |
| Try it out | Wrox Cafe - Opening hours table |
| ch04_eg04.html | Making cells span columns |
| ch04_eg05.html | Making cells span rows |
| ch04_eg06.html | Heads, bodies, and footers |
| ch04_eg07.html | The <colgroup> element |
| ch04_eg08.html | The <col> element |
| ch04_eg09.html | A nested table |
| ch04_eg10.html | Simple example for how tables linearize |
| Try it out | An accessible timetable |
| Exercise 3 | Cinema times |