From a982afd6f19a3252487088be1bb21173f15821ce Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sun, 29 Oct 2017 13:40:50 -0400 Subject: [PATCH] editorial review of document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit is an effort to take contributions from various sources, and provide a more consistent voice and formatting to the various explanitory sections. An overview of edits: * Add information describing when to use `content=“ie=edge”` * In the section outlining the different types of head elements, change the meta description to be about the meta tag, as opposed to “charset” to be consistent with the other examples & purpose of the section. * Add an example of `` to the JavaScript & No-JavaScript tags * Use “document” instead of “website” or “page”, where appropriate * Provide consistent capitalization of the first word in comments * Remove “.” from the end of comments (as they were an outlier as opposed to a norm) * Ensure the majority of listed examples follow the primary established pattern of “comment, examle, line break” --- README.md | 102 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 41 deletions(-) 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 - + + + - + + - + + - + + - + + ```