Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Formatting text in a table

You can format the text in a table by using tags such as <b>, <i>, and <font>. You can change the colour and font name for all text in a table by enclosing the table in a <font> tag, but the table tags block the effect of other character formatting tags. To get these effects, you must apply the tags within each cell.

Note: Early versions of browsers won't recognise the <font> as applying to a whole table, you need to specify the font for each <td> tag.