Creato alluni esercizi su tabelle e css
This commit is contained in:
36
glossary.html
Normal file
36
glossary.html
Normal 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>
|
||||
Reference in New Issue
Block a user