hello world programme in php

<!DOCTYPE html>
<html>
<body>

<h1>Php in html</h1>

<?php
echo "Hello World!";
?>

</body>
</html>