<html>
<title>Hello World!</title>
<body>
<?php
    
echo "Hello World!";
?>
</body>
</html>