![]() |
VOOZH | about |
Introduction: Google AMP is an open-source HTML framework, where AMP is an acronym for Accelerated Mobile Pages. It was created by Google and now is developed by AMP Open Source Project. It is optimized for mobile web pages and intended to help the webpages to load faster.
To use Google AMP you must have prior knowledge of HTML, CSS and JavaScript. It is advised to learn the topics mentioned earlier before start learning Google AMP.
Official Website: https://amp.dev/
Official Coding Ground: https://playground.amp.dev/
Why use AMP?
Well, any user of your website would want the website should load fast and on the other hand, want the website to manage the website traffic, Google AMP solves both the problems. It is programmed in such a way that it not only loads the website with high speed but also manages the website traffic.
Advantages of Google AMP:
Disadvantages of Google AMP: As we all know nothing is purely advantages and the same goes for Google AMP. They possess the following disadvantages −
Basic Program: To write a program in AMP you must use <html amp> or <html ⚡> tag in your code instead of <html> tag as when the browser reads this it understands that the following is an AMP code.
Output: