From 45ce59b10d8ee5216ca443f093b3d347bdeaccd4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 17 Mar 2023 02:47:27 +0000 Subject: [PATCH] Add guide for semantic HTML --- .../frontend/content/101-html/101-writing-semantic-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/frontend/content/101-html/101-writing-semantic-html.md b/src/data/roadmaps/frontend/content/101-html/101-writing-semantic-html.md index afa7b3498..3e0388587 100644 --- a/src/data/roadmaps/frontend/content/101-html/101-writing-semantic-html.md +++ b/src/data/roadmaps/frontend/content/101-html/101-writing-semantic-html.md @@ -4,7 +4,7 @@ Semantic element clearly describes its meaning to both the browser and the devel Visit the following resources to learn more: -- [Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN](https://developer.mozilla.org/en-US/docs/Glossary/Semantics) +- [Guide to Writing Semantic HTML](https://cs.fyi/guide/writing-semantic-html) - [W3Schools: Semantic HTML](https://www.w3schools.com/html/html5_semantic_elements.asp) - [How To Write Semantic HTML](https://hackernoon.com/how-to-write-semantic-html-dkq3ulo) - [HTML Best Practices – How to Build a Better HTML-Based Website](https://www.freecodecamp.org/news/html-best-practices/)