Creato alluni esercizi su tabelle e css
This commit is contained in:
90
test_table_and_lists.html
Normal file
90
test_table_and_lists.html
Normal file
@@ -0,0 +1,90 @@
|
||||
<!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>
|
||||
|
||||
<tr>
|
||||
<td><ol type="A">
|
||||
<li value="5">
|
||||
uno-uno
|
||||
</li>
|
||||
</ol>
|
||||
<ol type="1">
|
||||
<li value="6">
|
||||
uno-uno
|
||||
<ol type="1">
|
||||
<li value="10">
|
||||
due uno
|
||||
</li>
|
||||
</ol>
|
||||
<ol type="I">
|
||||
<li value="11">
|
||||
due-due
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol></td>
|
||||
<td>
|
||||
<ol type="a">
|
||||
<li value="1">
|
||||
due uno
|
||||
</li>
|
||||
</ol>
|
||||
<ol type="1">
|
||||
<li value="2">
|
||||
due-due
|
||||
</li>
|
||||
</ol>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><ol type="1">
|
||||
<li value="1">
|
||||
due uno
|
||||
<ol type="1">
|
||||
<li value="1">
|
||||
due uno
|
||||
<ol type="1">
|
||||
<li value="1">
|
||||
due uno
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol></td>
|
||||
<td><dl>
|
||||
<dt>
|
||||
Oggi
|
||||
</dt>
|
||||
<dd>
|
||||
Oggi è ieri
|
||||
</dd>
|
||||
<dt>
|
||||
Domani
|
||||
</dt>
|
||||
<dd>
|
||||
Domani è oggi
|
||||
</dd></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user