Struttura delle tabelle

È importante usare almeno th e caption:

Esempio
<table>
 <caption>numero dei giorni>
 <tr>
  <th>mesi</th>
  <th>giorni</th>
 </tr>
 <tr>
  <td>gennaio</td>
  <td>31</td>
 </tr>
 <tr>
  <td>febbraio</td>
  <td>28 (o 29)</td>
 </tr>
</table>
numero dei giorni
mesi giorni
gennaio 31
febbraio 28 (o 29)
Marco Andreini 2/8
© Servizi Tecnologici - IIT/CNR - 1-5 dic 2003