AMP:Building Accelerated Mobile Pages
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, we continued to learn the basics of AMP. By now you should be familiar with most of the concepts needed to get a simple AMP page up and running. In particular, in this chapter we walked through the process converting a non-AMP HTML page to AMP-HTML. This gave us the opportunity to introduce and explore some important topics, including AMP validation and web performance. During the validation process, we saw what happens when we include a forbidden HTML tag in an AMP page, and we then made use of our first AMP component: amp-img.

Now that we know the basics, in the following chapters, we'll start to see how we can build more enticing pages with more advanced layouts and features.