October 2017
Intermediate to advanced
370 pages
8h 57m
English
These are HTML tags that are allowed in AMP pages, but which have some special requirements:
| HTML tag | Conditions |
| script |
To ensure that third-party JavaScript does not interfere with AMP performance script tags are allowed in under certain circumstances:
Additionally, all script tags must be declared async so that they won't block the main render. |
| meta |
Allowed, except for the attribute meta-quiv |
| form, input |
Allowed with form-extension except for <input[type=image]>, <input[type=button]>, <input[type=password]>, and <input[type=file]>. |
| style |
Only one user style tag is ... |
Read now
Unlock full access