<!DOCTYPE html>
<html>
<body>
<?php
print "<h2>PHP - это легко!</h2>";
print "Hello world!<br>";
print "Я собираюсь выучить PHP!";
?>
</body>
</html>