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

59 lines
901 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="css18.css" type="text/css" /> -->
<style type="text/css">
body{
font-family: Arial;
font-size: 14pt;
}
p:nth-of-type(1),p:nth-of-type(3),p:nth-of-type(5){
font-size: 24pt;
}
</style>
</head>
<body>
<p><strong>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></strong></p>
<p><strong>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></strong></p>
<p>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
<p>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
<p>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
</body>
</html>