From 533f81b89e4d3511d1b1adfa3e4e552c6659d2cd Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sun, 24 Apr 2016 08:37:55 -0700 Subject: [PATCH] Update Browser/Platform --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cc47771..29955c7 100644 --- a/README.md +++ b/README.md @@ -152,12 +152,6 @@ A collection of HTML head elements. ## Browser/Platform -### Android - -``` html - -``` - ### Apple iOS ``` html @@ -175,7 +169,20 @@ A collection of HTML head elements. [Apple Meta Tags](https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html) -### Internet Explorer +### Apple Safari + +```html + + +``` + +### Google Android + +``` html + +``` + +### Microsoft Internet Explorer ``` html @@ -190,7 +197,7 @@ A collection of HTML head elements. ``` -### Internet Explorer (LEGACY DO NOT USE) +### Microsoft Internet Explorer (LEGACY DO NOT USE) ``` html @@ -199,12 +206,6 @@ A collection of HTML head elements. ``` -### Safari 9: Pinned tabs in El Capitan - -```html - -``` - ## Other Resources - [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)