<!DOCTYPE html>
<html>
<body>

<?php
echo "This text
spans multiple
lines.";
?>


</body>
</html>