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