# HEAD A collection of HTML head elements. ## Elements ``` html Page Title ``` ## Meta Element ``` html ``` ## Link Element ``` html ``` ### Favicons ``` html ``` [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/) ## Social ### Facebook / Open Graph ``` html ``` [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) [Open Graph protocol](http://ogp.me/) ### Twitter ``` html ``` [Twitter Cards: Getting Started Guide](https://dev.twitter.com/cards/getting-started) [Twitter Card Validator](https://dev.twitter.com/docs/cards/validation/validator) ### Google+ / Schema.org ``` html ``` ## Browser/Platform ### Apple iOS ``` html ``` [Apple Meta Tags](https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html) ### Apple Safari ```html ``` ### Google Android ``` html ``` ### Microsoft Internet Explorer ``` html ``` ### Microsoft Internet Explorer (LEGACY DO NOT USE) ``` html ``` ## Other Resources - [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md) ## Contributing Open an issue or a pull request to suggest changes or additions. ## License [MIT License](LICENSE)