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