L1 Info : Informatique et Document, HTML
 
◃  Ch. 6 Les blocs structurés  ▹
 

Attributs des éléments de tableau

ÉlémentAttributs spécifiques
tablesummary, width, border, cellspacing, cellpadding,...
tralign, valign...
th, tdcolspan, rowspan, align, valign,...
col, colgroupspan, width, valign, align, char, charoff, ...
<table border="5" cellspacing="0" cellpadding="50" width="600">
    <tr>
        <th colspan="2">Donec eget risus ut dolor fermentum ornare. </th>
        <td align="center" rowspan="2" valign="bottom">Donec eget </td>
    </tr>
    <tr>
        <td align="center">Donec</td>
        <td align="right">eget </td>
    </tr>
</table>
Donec eget risus ut dolor fermentum ornare. Donec eget
Donec eget