From c6abdaefabd2222f99d5cf5da5c7ad75833d0ed1 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Sat, 23 Nov 2019 14:44:32 -0500 Subject: [PATCH] Add semantic HTML5 references --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d19d73..6e1d3d0 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,13 @@ This block is for the site footer that appears at the end of every pages. The default footer block displays the [footer.html](layouts/partials/footer.html) partial. + +## References + +### HTML5 Semantics + +- [Semantic HTML](https://internetingishard.com/html-and-css/semantic-html/) +- [HTML5 Semantic Elements](https://guide.freecodecamp.org/html/html5-semantic-elements/) +- [A Look Into Proper HTML5 Semantics](https://www.hongkiat.com/blog/html-5-semantics/amp/) +- [HTML5 Semantic Tags: What Are They & How To Use Them! - SEMrush](https://www.semrush.com/blog/semantic-html5-guide/) +