Creato alluni esercizi su tabelle e css

This commit is contained in:
2014-10-10 10:48:26 +02:00
parent fe1cbd0b37
commit 24da5c4871
10 changed files with 299 additions and 0 deletions

36
glossary.html Normal file
View File

@@ -0,0 +1,36 @@
<!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>
<h1>Dizionario di informatica</h1>
<dl>
<dt><strong>Abaco</strong></dt>
<dd>Sto cazzo</dd>
<dt>Abaco</dt>
<dd>Sto cazzo</dd>
<dt>Abaco</dt>
<dd>Sto cazzo</dd>
<dt>Abaco</dt>
<dd>Sto cazzo</dd>
</dl>
</body>
</html>