HTML
This commit is contained in:
17
HTML/TP02/exercice6.html
Normal file
17
HTML/TP02/exercice6.html
Normal 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>
|
Reference in New Issue
Block a user