What is AMP (Accelerated Mobile Pages Project) and How do I implement this?

Need help implementing Google's new Accelerated Mobile Pages Project.
3.4K+ developers have started their personal blogs on Hashnode in the last one month.
Write in Markdown 路 Publish articles on custom domain 路 Gain readership on day zero 路 Automatic GitHub backup and more
Budding JS developer
Accelerated Mobile Page (or AMP, for short) is a project from Google and Twitter designed to make really fast mobile pages. At its essence, it's basically a stripped-down form of HTML.
You can learn about its various aspects from this tutorial.
Software Engineer
AMP is an open source framework developed by Google in collaboration with Twitter. Accelerated Mobile Pages create better, faster experiences on the mobile web. At its core, the framework allows you to build lightweight experiences for mobile by simplifying the HTML and following streamlined CSS rules.
For understand it deeply,please go through below link :
Comments (3)