Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
function myMessage() {
  echo "Hello world!";
}
myMessage();
?> 
</body>
</html>
Hello world!