Mi servirebbe usare lo pseudoelemento first-letter ma nn come si applica.
Scrivendo così viene applicata a tutte le parole, come si fa a farla selettiva solo per la prima lettera?
(Grazie)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
p:first-letter {font-size:40pt;}
</style>
</head>

<body>


lklklklklklk</p>

</body>
</html>