Added detail to semantic tags section (#24204)
Improved sentence structure
This commit is contained in:
@ -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.
|
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:
|
#### More Information:
|
||||||
[HTML: Introduction](https://www.w3schools.com/html/html_intro.asp)
|
[HTML: Introduction](https://www.w3schools.com/html/html_intro.asp)
|
||||||
|
Reference in New Issue
Block a user