From 997932b29d084d1d59b32b2693a2200dbdcf8664 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 21 Dec 2017 12:03:25 -0500 Subject: [PATCH] various rewording and formatting updates --- README.md | 55 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 64e8a48..27cafb1 100644 --- a/README.md +++ b/README.md @@ -43,16 +43,19 @@ A list of everything that \*could\* go in the `` of your document ## Recommended Minimum -Below are the essential tags for basic, minimalist websites: +Below are the essential elements for any web document (websites/apps): ```html Page Title @@ -64,17 +67,23 @@ Below are the essential tags for basic, minimalist websites: Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`. +These elements provide information for how a document should be perceived, and rendered, by web technologies. e.g. browsers, search engines, bots, etc. + ``` html - + Page Title - + - + @@ -96,24 +105,28 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Meta -`` elements provide information for how a document should be perceived, and rendered, by other technologies. e.g. bots, search engines, browsers, etc. - ``` html - + + - - + - - - + @@ -175,7 +188,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Link ``` html - + @@ -242,12 +255,12 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos + - ``` **[⬆ back to top](#table-of-contents)** @@ -258,7 +271,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + @@ -471,7 +484,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + ``` @@ -497,7 +510,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + ``` @@ -513,7 +526,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + @@ -609,7 +622,7 @@ Check out all the super awesome [contributors](https://github.com/joshbuchea/HEA ## Author -**[Josh Buchea](http://joshbuchea.com/)** +**[Josh Buchea](https://joshbuchea.com/)** ## License