The steps are:
1) Go to Blogspot's Design -> Edit Html page.
2) Find the </head> tag. Just before it, past the following code:
Replace all occurences of <version> with current.
3) Find the </body> tag. Just before it, past the following code:
4) Start adding code snippets with
<pre> tags. Example:
alert('This is an example!');
5) The result of the above code would be:-
alert('This is an example!');
No comments:
Post a Comment