# HEAD A collection of HTML head elements. ## Recommended Minimum Below are the essential tags for basic, minimalist websites: ```html Page Title ``` ## Elements ``` html Page Title ``` ## Meta Element ``` html ``` - [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use) - [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages) ### Not Recommended Below are the meta attributes which are not recommended for use: ```html ``` ## Link Element ``` html ``` ### Not Recommended Below are the link relations which are not recommended for use: ```html ``` ### Favicons ``` html ``` - [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/) ## Social ### OEmbed ``` html ``` - [oEmbed format](http://oembed.com/) ### Facebook / Open Graph ``` html ``` - [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) - [Open Graph protocol](http://ogp.me/) ### Facebook / Instant Articles ``` html ``` - [Facebook Instant Articles: Creating Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate) - [Instant Articles: Format Reference](https://developers.facebook.com/docs/instant-articles/reference) ### 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/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html) ### Apple Safari ```html ``` ### Google Android ``` html ``` ### Google Chrome ``` html ``` ### Microsoft Internet Explorer ``` html ``` ### Microsoft Internet Explorer (LEGACY DO NOT USE) ``` html ``` ### 360 Browser ``` html ``` ### UC Mobile Browser ``` html ``` - [UC Browser Docs](http://www.uc.cn/download/UCBrowser_U3_API.doc) ### QQ Mobile Browser ``` html ``` ## App Links ``` html ``` - [App Links Docs](http://applinks.org/documentation/) ## Other Resources - [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md) - [HTML5 Boilerplate Docs: Extend and customize](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/extend.md) ## Contributing Open an issue or a pull request to suggest changes or additions. ## Author **[Josh Buchea](http://joshbuchea.com/)** ## License [MIT License](LICENSE)