Come ha detto Vincent.Zeno, il tag font è deprecato, quindi da non usare.
Per formattare del codice questo è l'esempio:
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>Documento senza titolo</title>
<style type="text/css">
<!--
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000;
text-decoration: none;
letter-spacing: normal;
text-align: left;
text-indent: 25px;
vertical-align: baseline;
word-spacing: normal;
white-space: normal;
}
-->
</style>
</head>
<body>
testo....Testo...testo...ecc.</p>
</body>
</html>