This commit is contained in:
2021-12-02 21:35:26 +01:00
parent 2422bc0368
commit 36a670a871
11 changed files with 297 additions and 0 deletions

17
HTML/TP02/exercice6.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html land="FR-fr">
<head>
<title>Tableau</title>
<link rel="stylesheet" href="exercice6.css"/>
</head>
<body>
<table cellspacing="0">
<tbody>
<tr>
<td width="50" height="250"/>
<td width="50" height="250"/>
</tr>
</tbody>
</table>
</body>
</html>