1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Added more to semantic elements (#2637)

I think the already given description was not enough for new learners, so I added a little more about what semantic elements in HTML are and what they do.
This commit is contained in:
SamarS1ngh
2022-10-21 20:35:02 +05:30
committed by GitHub
parent 6139c6dc25
commit 1603d815e9

View File

@@ -1,6 +1,6 @@
# Semantic HTML
Semantic element clearly describes its meaning to both the browser and the developer.
Semantic element clearly describes its meaning to both the browser and the developer. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as <form>, <table>, <article>, <header>, <footer>, etc.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://developer.mozilla.org/en-US/docs/Glossary/Semantics'>Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN</BadgeLink>