a simple table test
This commit is contained in:
38
table_test.html
Normal file
38
table_test.html
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Test</title>
|
||||||
|
<meta name="author" content="xgiovio"/>
|
||||||
|
<meta name="description" content="A simple test page"/>
|
||||||
|
<meta name="keywords" content="Ormai google non se le fila piu"/>
|
||||||
|
<meta name ="robots" content="index"/>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<!-- <link rel="stylesheet" href="style.css" type="text/css" /> !-->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<table border="1">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td rowspan="2"> Anna</td>
|
||||||
|
<td style="background-color:#000000">Giulia</td>
|
||||||
|
<td colspan="2">Carla</td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Marco</th>
|
||||||
|
<td>Antonio</td>
|
||||||
|
<td>Marcello</td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user