alcuni esercizi svolti durante la lezione in classe
This commit is contained in:
19
tes3_base.html
Normal file
19
tes3_base.html
Normal 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>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p contenteditable > aa</p>
|
<p > ciao mondo!!!</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
17
test2_css_loading.html
Normal file
17
test2_css_loading.html
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<!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" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p > ciao mondo!!!</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
test2_mystyle1.css
Normal file
4
test2_mystyle1.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
p {
|
||||||
|
background-color: grey;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
20
test4_redirect.html
Normal file
20
test4_redirect.html
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!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" />
|
||||||
|
|
||||||
|
<meta http-equiv="refresh" content="5 ; url=test4_target_page.html" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p > ciao mondo!!!</p>
|
||||||
|
<a href="contact">Contact xgiovio</a>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
19
test4_target_page.html
Normal file
19
test4_target_page.html
Normal 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" />
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p > Benvenuto!!</p>
|
||||||
|
<a href="contact">Contact xgiovio</a>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user