<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello world!";
echo $str;
echo "<br>What a nice day!";
?>


</body>
</html>