From 1337702c1ece2736fa6f130e55d4f225b5fd3699 Mon Sep 17 00:00:00 2001 From: Chinmay Pandey Date: Tue, 2 Oct 2018 00:23:35 +0530 Subject: [PATCH] Added details about HTML5 semantic tags. --- src/pages/html/page-structure/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/html/page-structure/index.md b/src/pages/html/page-structure/index.md index f83cc0a8a07..078819e93ad 100644 --- a/src/pages/html/page-structure/index.md +++ b/src/pages/html/page-structure/index.md @@ -26,6 +26,11 @@ To create your pages in `HTML`, you need to know how to structure a page in `HTM 5ยบ - Between the `` and `` tags the page content is placed, which is what is displayed in the browser. +### Changes in HTML5 + +#### Introduction of semantic tags +Instead of using `
` for every other container several semantic(these tags help screenreaders which are used by visually +impaired) tags such as `
` `