esercizi su css
This commit is contained in:
73
table_bordr_.html
Normal file
73
table_bordr_.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<!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"/>
|
||||
<style type="text/css">
|
||||
|
||||
td,th {
|
||||
border:1px solid black;
|
||||
border-top:none;
|
||||
border-bottom: none;
|
||||
font-size: 30pt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
table{
|
||||
border:1px solid black;
|
||||
border-top:none;
|
||||
border-bottom: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<th>
|
||||
X
|
||||
</th>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
X
|
||||
</th>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
X
|
||||
</th>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user