Vorrei sapere come è possibile sostituire ad un campo di testo una variabile, mediante il tag font.
Grazie

CODICE:

<html>
<head>
<script language="JavaScript">
var testo = "testo";
</script>
</head>
<body>
<font size="5">dove voglio fare apparire la variabile testo</font>
</body>
</html>