From 6f2b5f33789a0976fa1db7086c2da6ce9ab4983f Mon Sep 17 00:00:00 2001 From: Julio Lezcano <38837481+lezcano17@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:49:14 -0300 Subject: [PATCH] Fix comma (#2818) --- .../100-frontend/content/101-html/101-writing-semantic-html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 684bf536c..2c6150be6 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. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as `
`, ``, `
`, `
`, `
`, etc. +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 ``, `
`, `
`, `
`, `
`, etc. Free Content Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN @@ -9,4 +9,3 @@ Semantic element clearly describes its meaning to both the browser and the devel HTML Best Practices – How to Build a Better HTML-Based Website Semantic HTML: What It Is and How It Improves Your Site How To Write Semantic HTML -