Files
unisa_tsw_2014_2015/css12.html
2014-10-19 14:18:41 +02:00

45 lines
726 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 {
font-size: 18pt;
font-family: Arial;
color: green;
}
p::first-letter {
font-size: 3em;
}
</style>
</head>
<body>
<p> Il termine 'portale' è ormai divenuto una vera e propria 'parola magica' all'interno della sempre più vasta comunità di utenti e operatori della rete Internet.
</p>
</body>
</html>