devo scrivere in un testo in inglese 16th con il th a esponente
ho creato questo mostro, ma sicuramente c'è un sistema migliore

codice:
<head>
<style type="text/css">
.numero {font-size: 36px; float:left;}
.esponente {font-size: 23px; }
</style>
</head>

<body>
 <div class="numero">16</div><div class="esponente">th</div>
</body>
</html>