Read the following articles:
- https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics
- https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML
While reading, try to answer the following questions.
- What is accessibility?
- How do people interpret websites without vision?
- How does semantic HTML help make websites accessible?
- Name a few practices to avoid when writing HTML.
- What is a tab index?
- How can we link a complex HTML node as an explainer node to an image instead of an alt attribute value?
Remember to post your answers in this thread.