Les attributs marqués de <td> sont utilisés pour définir les propriétés d'une cellule dans le tableau.
L'attribut <td> tag de la table
Exemple de fichier: 10-24.htmRéglez la cellule.
01 <! - -------------------------------------------------------------------------------------------------------------------------
02 <! - Exemple de fichier: 10-24.htm ->
03 <! - Description du fichier: Set Cell ->
04 <! - -------------------------------------------------------------------------------------------------------------------------
05 <html>
06 <Aid>
07 <Title> Set Cell </Title>
08 </ head>
09 <body>
10 <H1> Logiciel de conception Web grand public </H1>
11 <Table Border = 3 Largeur = 400 Hight = 100 BorderColor = # 336699>
12 <TR>
13 <td bgColor = # 00FFFF> logiciel d'image Web </td> <TD> Fireworks </td>
14 </tr>
15 <tr>
16 <TD> Logiciel de production de pages Web </td> <TD> Dreamweaver </td>
17 </tr>
18 <TR>
19 <TD> logiciel d'animation Web </td> <TD> Flash </td>
20 </tr>
21 </ table>
22 </ body>
23 </ html>
Description du documentLe marqueur cellulaire <TD> est utilisé dans le code ci-dessus.