codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Link ingranditio</title>
<style type="text/css" media="screen">
a, a:visited, a:active {
font-size: 8pt;
font-family:Georgia, Verdana, Arial, "Times New Roman";
text-decoration:none;
color:#000000;
}
a:hover {
font-family:Georgia, Verdana, Arial, "Times New Roman";
font-size:18pt;
text-decoration:none;
color:#0000CC;
}
</style>
</head>
<body>
Link di prova
</body>
</html>