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 |
Try it out | An accessible timetable |
ch04-eg04.html | Heads, bodies, and footers |
ch04-eg05.html | Making cells span columns |
ch04-eg06.html | Making cells span rows |
ch04-eg07.html | The <colgroup> element |
ch04-eg08.html | The <col> element |
ch04-eg09.html | Simple example for how tables linearize |
ch04-eg10.html | Layout example for how tables linearize |
Exercise | Cinema times |