<!DOCTYPE html>
<html>
<head>
    <title>PHP-Test</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
    <?php echo '<p>Hallo Welt</p>'?>
</body>
</html>