> echo "Hello World!"
1. Go to your Blogger dashboard and click on Template then Edit HTML.
2. Add the following code above the </head> tag and save.
<style> pre.codeblock { background:#E8E8E8; } </style>3. Create a new post and add the following code.
<pre class="codeblock">
> echo "Hello World!"
</pre>
No comments:
Post a Comment