From e6a7875a2834097b83db096aba20fbeb57bb7616 Mon Sep 17 00:00:00 2001 From: Shaun O'Connell Date: Thu, 21 Dec 2017 18:25:50 +1300 Subject: [PATCH] Add a note about why we should use meta charset --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4789b0b..64e8a48 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Below are the essential tags for basic, minimalist websites: Valid `` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`. ``` html - + @@ -96,8 +96,10 @@ 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 - +