50 lines
1.1 KiB
HTML
50 lines
1.1 KiB
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">
|
|
|
|
h1>span,p:first-of-type {
|
|
color:green;
|
|
}
|
|
|
|
h1:first-letter{
|
|
color: blue;
|
|
}
|
|
|
|
p>span{
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<h1><span>Lorem</span> ipsum</h1>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing <span>elit</span> sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
|
|
|
<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem <span>vel</span> eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum <span>dolore</span> eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.</p>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |