thumbnail-cadangan
A simple HTML Page has a document type description followed by a HTML, HEAD and BODY tags respectively. The meta tags,  JavaScripts and style sheets are always added inside the head section and the DIV sections or content is enclosed inside the body section. In Blogger since the template is programmed automatically through dynamic b:section tags therefore we first need to remove all such sections and leave just one because the XML markup tag requires presence of at least on such section. To simplify the process I have created a "Static HTML Theme"  that will work just fine for you. You can use this theme to play with exciting new tools, Fancy CSS3 tweaks, and practice your design skills.






Steps To Install the Theme:
  • Go To Blogger Dashboard
  • Create a New Blog
  • Give it a title and address
  • Choose the Simple Template and not Dynamic Views
  • Next Navigate to Template > Edit HTML > Proceed
  • Replace all the code inside the editor with the following code you downloaded
How to create Blogpost?

Now to give you an idea of how easily a blogger template could be designed from scratch simply add the following code just above </body> to make the Post widget function on your Static HTML Theme. 
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
Save Template....Done !