How enable amp in blogger and how to create amp post ?

How to Implement AMP for Blogger First of all login in your blogger and click on Theme and go on Edit HTML.Then follow below step to implement amp in your website or blog. amp not ranking website but increase your website speed. How to create backlink on Quora ? Step 1 ( Change HTML Code ) : In HTML Find <html> code and replace by Following code <html amp=’amp’> Step 2 (Change Charset And Viewport): In Edit HTML Search viewport meta tag. if viewport meta tag is not avilable in html paste below code after <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width,minimum-scale=1,initial-scale=1″> Step 3 (Setup amp CDN ) Paste the below code before closing the </head> tag <style amp-boilerplate=’amp-boilerplate’>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end...