La structure d'un document html

<html>
<head>
<title> Le titre du document </title>
</head>
<body>
Le texte du document
</body>
</html>