From 1603d815e9a4cc86fb681a8bec138004ea2cde05 Mon Sep 17 00:00:00 2001 From: SamarS1ngh <112770584+SamarS1ngh@users.noreply.github.com> Date: Fri, 21 Oct 2022 20:35:02 +0530 Subject: [PATCH] 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. --- .../100-frontend/content/101-html/101-writing-semantic-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md b/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md index 145ccbdab..e19e60c57 100644 --- a/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md +++ b/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md @@ -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