test esame

This commit is contained in:
2015-01-17 03:44:06 +01:00
parent 7f21febb90
commit a5322258bf
9 changed files with 571 additions and 73 deletions

43
exam_test_4.html Normal file
View File

@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<style>
td,th{
text-align: center;
vertical-align: middle;
line-height: 100%;
border: 1px solid black;
}
table{
border: 1px solid black;
}
</style>
<body>
<table>
<thead>
<tr><th>Testa1</th><th colspan="3">Testa2</th></tr>
</thead>
<tbody>
<tr><td>Cella1</td><td>cella2</td><td>cella3</td><td>cella 4</td></tr>
<tr><td colspan="2" rowspan="2">Cella5</td><td>Cella6</td><td colspan="2">cella7</td> </tr>
<tr><td colspan="3">cella9</td></tr>
</tbody>
</table>
</body>
</html>