diff --git a/README.md b/README.md index d6bf093..ab0f5e5 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,14 @@ Below are the essential tags for basic, minimalist websites: ```html - + - + Page Title ``` @@ -59,26 +64,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 +96,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Meta ``` html - + @@ -94,12 +104,12 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + @@ -110,10 +120,10 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + @@ -121,13 +131,13 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - - + + - + @@ -136,13 +146,13 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + - + @@ -162,42 +172,42 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Link ``` html - + - + - + - + - + - + - + - + @@ -206,19 +216,19 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + - + - + @@ -403,14 +413,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 +461,12 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. + + ``` @@ -477,9 +489,11 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. ``` html - + + - + + ``` @@ -488,17 +502,23 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. ``` html - + + + - + + - + + - + + - + + ```