1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

Add guide for semantic HTML

This commit is contained in:
Kamran Ahmed
2023-03-17 02:47:27 +00:00
committed by GitHub
parent e3f41ec0e3
commit 45ce59b10d

View File

@@ -4,7 +4,7 @@ Semantic element clearly describes its meaning to both the browser and the devel
Visit the following resources to learn more: 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) - [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) - [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/) - [HTML Best Practices How to Build a Better HTML-Based Website](https://www.freecodecamp.org/news/html-best-practices/)