diff --git a/README.md b/README.md index d6bf093..b5b10cc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A list of everything that \*could\* go in the `` of your document - [Apple Safari](#apple-safari) - [Google Android](#google-android) - [Google Chrome](#google-chrome) + - [Google Chrome Mobile (Android Only)](#google-chrome-mobile-android-only) - [Microsoft Internet Explorer](#microsoft-internet-explorer) - [Browsers (Chinese)](#browsers-chinese) - [360 Browser](#360-browser) @@ -46,9 +47,14 @@ Below are the essential tags for basic, minimalist websites: ```html - + - + Page Title ``` @@ -59,26 +65,31 @@ Below are the essential tags for basic, minimalist websites: Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`. ``` html - + - + Page Title - + - + - + - + + ``` **[⬆ back to top](#table-of-contents)** @@ -86,7 +97,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Meta ``` html - + @@ -94,12 +105,12 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + @@ -110,10 +121,10 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + @@ -121,13 +132,13 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - - + + - + @@ -136,13 +147,13 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + - + @@ -162,42 +173,42 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Link ``` html - + - + - + - + - + - + - + - + @@ -206,19 +217,19 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + - + @@ -403,14 +414,14 @@ Pinterest lets you prevent people from saving things from your website, accordin Since Chrome 31, you can set up your web app to "app mode" like Safari. ``` html - - + + - + ``` @@ -451,10 +462,12 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. + + ``` @@ -477,9 +490,11 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. ``` html - + + - + + ``` @@ -488,17 +503,23 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. ``` html - + + + - + + - + + - + + - + + ``` @@ -509,6 +530,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. ## Notes ### Performance + Moving the `href` attribute to the beginning of an element improves compression when GZIP is enabled, because the `href` attribute is used in `a`, `base`, and `link` tags. Example: