diff --git a/README.md b/README.md index c856e3f..e729820 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,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 @@ -65,17 +68,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 - + - + @@ -97,24 +106,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 - + + - - + - - - + @@ -176,7 +189,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos ## Link ``` html - + @@ -243,12 +256,12 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos + - ``` **[⬆ back to top](#table-of-contents)** @@ -259,7 +272,7 @@ Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `nos - + @@ -479,7 +492,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + ``` @@ -505,7 +518,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + ``` @@ -521,7 +534,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + @@ -617,7 +630,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