update
This commit is contained in:
20
DEV.1.2/tp2/ex6.html
Normal file
20
DEV.1.2/tp2/ex6.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1,witdh=device-width">
|
||||
<title>Exercice 6</title>
|
||||
<link rel="stylesheet" href="./style6.css">
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td rowspan="5"></td><td colspan="3"></td><td rowspan="4"></td></tr>
|
||||
<tr><td rowspan="3"></td><td></td><td rowspan="2"></td></tr>
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan="2"></td></tr>
|
||||
<tr><td colspan="4"></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
9
DEV.1.2/tp2/style_ex6.css
Normal file
9
DEV.1.2/tp2/style_ex6.css
Normal file
@@ -0,0 +1,9 @@
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td {
|
||||
border:1px solid black;
|
||||
width:50px;
|
||||
height:50px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user