How to make Blank template for Blogger

How to make Blank template for Blogger



Hello friends, In this post I'm sharing you "How to create A blank template in blogger?". Because many blogger want to design their blog with their own choice.
Because Design of any blog/website is first impression to their visitors. 
Let's start
  1.  Go to blogger.
  2. Click on Theme option from Left side of screen.
  3. Click on Edit HTML or restore theme.
  4. Copy the below code and paste it in the code area.
  5. Now save the xml theme.
  6. Your Blank template is ready now.
Or if you want  to use Restore option. Just copy the below code. Then create a new plain text file with named with "blank.xml". And paste the copied text in this file.

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='https://www.google.com/2005/gml/b' xmlns:data='https://www.google.com/2005/gml/data' xmlns:expr='https://www.google.com/2005/gml/expr'>

<head>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible' />
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport' />
<b:else />
<meta content='width=device-width' name='viewport' />
</b:if>
<b:include data='blog' name='all-head-content' />
<title>
<data:blog.pageTitle />
</title>
<b:skin>
<![CDATA[/*
-----------------------------------------------
/////////// CSS Code////////////////////////////////////////////////////////////////////////////////////////
////////////////////////TEMPLATE CREATED BY : Vishesh Grewal////////////////////////////////////////////////////////////
/////////////////////// DOWNLOAD FROM: www.visheshgrewal.blogspot.com //////////////////////////////////////////////////
----------------------------------------------
]]>
</b:skin>

</head>

<body>

<center>
<h1> Blank Blogger Template </h1>
</center>

<!--Start Please keep the Credits intact-->
<div style='margin-top:300px; '>
<center>
<p class='author'>&#169; <b>Code from</b><a href='https://visheshgrewal.blogspot.com/'>Vishesh Grewal</a></p>
</center>
</div>

<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no' />

<!-- End Please keep the Credits intact-->
</body>

</html>