html comment démarrer une page

<html>
	<head>
    	<title>the page title</title>
    </head>
    <body>
        page content
    </body>
</html>
Yair Mizrachi