html - What is the code for adding content in Blog template? -


currently i'm learning how create blog templates blogspot. have created header don't know exact code blog post's.

you can check blog here: http://somnath0000.blogspot.in/

i not able find anything. can see code here:

<!doctype html>  <html xmlns="http://www.w3.org/1999/xhtml">  <head>      <title>androidstarkdevelopers</title>        <style>          #header {       color:white;       background-image: url(http://i.imgur.com/va0xsjd.jpg);         }          h1 {              line-height:50%;              margin-top: 0;              height:24px;              padding-left:170px;              padding-top:0px;              position:relative;              bottom:88px;              left:50px;          }          p{              font-size:medium;          }          {              margin-top: 0;              color: white;              text-decoration: none;          }  body          {              margin-top: 0;              margin-right:80px;              margin-left:80px;              background-color: transparent;          }  </style>  <b:skin><![cdata[   ]]></b:skin>  </head>  <body>      <div id="header">          <img alt="android_stark" src="http://i.imgur.com/ow2buqk.png" style="width:130px;height:130px;padding-top:13px;padding-left:50px;line-height"/>          <h1>              <a href="http://www.w3schools.com">                  androidstarkdevelopers<br/>                  <p>nature of minon work iron man</p>                </a>            </h1>      </div>  <b:section class='main' id='main' showaddelement='no'><b:widget id='blog1' locked='true' title='blog posts' type='blog'/></b:section>  </body>  </html>

please can see blog posts current header.

you aren't using data-attributes of blogger. read them here , here.


Comments