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 -