Murach's HTML5 and CSS3
How to work with tables
In the past, tables were widely used to format web pages,
but today, formatting is done through CSS. So this chapter
focuses on using tables for what they were originally designed
for: to present tabular data.
|
|
|
|
An introduction to tables |
294 |
|
How to create a table |
296 |
|
How to use CSS to format a table |
298 |
|
How to add a header and footer |
300 |
|
How to use the CSS3 structural pseudo-classes for formatting tables |
302 |
|
How to use the HTML5 figure and figcaption elements with tables |
304 |
|
How to merge cells in a column
or row |
306 |
|
How to provide for accessibility |
308 |
|
|
How to nest tables |
310 |
|
How to control wrapping |
312 |
|
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|
|
|