<!DOCTYPE html>
<html>
<body>
<?php
print "This text
spans multiple
lines.";
?>
</body>
</html>