alcuni esercizi svolti durante la lezione in classe

This commit is contained in:
2014-09-26 12:35:00 +02:00
parent 07ec3505e3
commit d86408ae95
7 changed files with 80 additions and 1 deletions

19
tes3_base.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Esercizio1</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="test2_mystyle1.css" type="text/css" />
<base href="http://www.xgiovio.com/" >
</head>
<body>
<p > ciao mondo!!!</p>
<a href="contact">Contact xgiovio</a>
</body>
</html>