
Building Your First AMP Page
In this chapter, we're going to build on the boilerplate code from the previous chapter. We'll see how to build a simple news article page, while highlighting similarities and differences between AMP-HTML and regular HTML.
We'll also learn about AMP validation. Validation is a key step in the AMP development workflow. We'll see what happens when you use HTML tags that aren't permitted and we'll learn how to develop and debug AMP pages, making use of the AMP validator and browser developer console as indispensable tools. What AMP takes with one hand in restricting HTML tags, it gives with the other, in providing custom elements. We'll see how custom elements can be used in your AMP pages to add functionality otherwise unavailable.
So, in this chapter we'll be covering:
- How to develop pages in AMP, and how to convert a non-AMP HTML page to AMP-HTML
- Restricted HTML tags in AMP
- How to validate and debug your AMP pages
- What AMP custom elements are
- How to use amp-img
- How to measure web page performance