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/)