Hello there! 👋 If you've ever built a UI that "looks right" but screen readers announce it as a meaningless list of "div, div, div," or your E2E tests break every time you change a class name, semantic HTML is your friend. Semantic HTML means using elements that convey meaning:<nav>, <main>, <article>, <button>,...