Advertisemen
AMP HTML Template
Best Blogger AMP HTML Template.
Template errors fixed.
Download Here.
https://drive.google.com/file/d/1q7EBaie5zl3CqfQrxOJsPbUz4KAnxpgC/view?usp=drivesdk
- Are you Know How to Write amp blogger post?
- If you not know about AMP blogger post writing than learn here.
Here is Some AMP blogger post
Amp codes which is used in amp post.
- First You copy this code & paste into your blog post in html . This is head section code. Inside the <body></body> tags you write your post. If you want to convert simple image into AMP HTML than you use this code. <amp-img src="copy your image src and paste here" hight="400" width="320"></amp-img>
- <html amp='amp'>
- <head script async="amp-img" src="https://cdn.ampproject.org/v0.js"
- style amp-custom
- .resp-img {
- max-width: 700px;
- }
- style
- script async custom-element="amp-story" src="https://cdn.ampproject.org/v0/amp-story-1.0.js"script
- style amp-custom
- amp-story {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI ", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji ", "Segoe UI Emoji ", "Segoe UI Symbol ";
- }
- amp-story-page * {
- color: white;
- text-align: center;
- }
- [template=thirds] {
- padding: 0;
- }
- style>
- <h1>Radhe Shayam</h1>
- </head>
- <body>
- <p>My AMP HTML post</p>
- <amp-img src="https://amp.dev/static/s hight="400" width="320"></amp-img>
- </body>
- </html>
Advertisemen
