<pre><code><?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";
</code></pre>