diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index 84578951..4ba09f26 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -39,6 +39,48 @@ Note that all `aria-*` HTML attributes are fully supported in JSX. Whereas most /> ``` +## Semantic HTML +Semantic HTML is the foundation of accessibility in a web application. Using the various HTML elements to reinforce the meaning of information +in our websites will often give us accessibility for free. + +- [MDN HTML elements reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) + +Sometimes we break HTML semantics when we add `
` elements to our JSX to make our React code work, especially when working with lists (`
    `, `