Files
unisa_tsw_2014_2015/test_table_and_lists.html

90 lines
1008 B
HTML

<!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>