<!DOCTYPE html>
<!-- SOURCE: http://code2care.org/2015/html5-hello-world-example/ -->
<html lang="de">
    <head>
        <meta charset="utf-8"> <!-- Comment -->
        <title>HTML5 : Hallo Welt Beispiel</title>
    </head>
    <body>
        <h1>Hallo Welt</h1>
        <p>
<!-- Comment -->
            Hey there!
        </p>
    </body>
</html>