HTML & CSS That Holds Up

Lesson 1 · blocks HTML & CSS That Holds Up

Semantic HTML

Choose elements by meaning so assistive tech works for free.

Before you start

A <div onclick> and a <button> look identical and behave completely differently: the button is focusable, announces itself as a button, fires on Enter and Space, and appears in the screen-reader element list. Picking the right element is the cheapest accessibility work there is.

5 exercises·up to 74 XP·5/5 hearts