// normal echo echo "This is sample multiple line content to display"; echo "

"; // using
tag echo "This is sample
multiple line content
to display"; // using
 tag
echo "
This is sample
multiple line content
to display
";
Hello World!