From 205506128d933de71571b0c29579141dbe3ad3a2 Mon Sep 17 00:00:00 2001 From: Tirth chokshi Date: Sun, 12 May 2024 18:19:23 +0530 Subject: [PATCH] added sementic html --- .../benefits-of-semantic-html.md | 58 +++++- .../semantic-html/semantic-html5-elements.md | 181 +++++++++++++++++- .../understanding-semantic-html.md | 33 +++- 3 files changed, 269 insertions(+), 3 deletions(-) diff --git a/docs/html/semantic-html/benefits-of-semantic-html.md b/docs/html/semantic-html/benefits-of-semantic-html.md index 9d15f1304..9aa82eee6 100644 --- a/docs/html/semantic-html/benefits-of-semantic-html.md +++ b/docs/html/semantic-html/benefits-of-semantic-html.md @@ -5,4 +5,60 @@ sidebar_label: Benefits of Semantic HTML sidebar_position: 3 tags: [html, web-development, semantic-html, benefits-of-semantic-html] description: In this tutorial, you will learn about the benefits of using semantic HTML to improve the accessibility, search engine optimization (SEO), and maintainability of your web pages. ---- \ No newline at end of file +--- + +# Benefits of Semantic HTML + +Semantic HTML plays a crucial role in web development, offering a range of benefits that enhance the user experience, improve search engine optimization (SEO), and facilitate easier website maintenance. By using semantic tags, developers can create web pages that are more accessible, understandable, and efficient. + +## Enhanced Accessibility + +Semantic HTML elements such as `
`, `