<!DOCTYPE html> <html lang="it">
<head>
<title> titolo della pagina </title>
<meta charset="xxxxx" />
<!-- codice per il server: meta comandi, script, fogli di style,ecc. -->
</head>
<body> codice per visualizzare: testo, immagini, moduli, ecc.
</body>
</html>