32 lines
563 B
HTML
32 lines
563 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" /> !-->
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
p{
|
|
background-color:green;
|
|
color:yellow;
|
|
font-style:italic;
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<p > ciao mondo!!!</p>
|
|
<p > ciao mondo!!!</p>
|
|
<p > ciao mondo!!!</p>
|
|
|
|
</body>
|
|
</html> |