Added detail to semantic tags section (#24204)

Improved sentence structure
This commit is contained in:
lizantell
2019-02-13 09:39:06 +00:00
committed by Manish Giri
parent fdfe03e66a
commit 2c5ed5686d

View File

@ -37,7 +37,8 @@ impaired.
Non-semantic tags are tags that convey nothing about what they contain. Examples of non-semantic tags are: `<div>`, `<section>`, `<span>`, etc.
Instead of using the generic `<div>` for every other container use the semantic tags such as `<header>` and `<footer>`.
Instead of using the generic `<div>` for every other container, use the semantic tags such as `<header>` and `<footer>`. These tags help people using screenreaders to navigate the page, and so makes the content more accessible for those with visual impairments.
#### More Information:
[HTML: Introduction](https://www.w3schools.com/html/html_intro.asp)