test esame
This commit is contained in:
43
exam_test_4.html
Normal file
43
exam_test_4.html
Normal 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>
|
||||
Reference in New Issue
Block a user