Places it’s tempting to use `display: none;`, but don’t You want to hide something on a page, so: .hide { display: none; } But wait! By applying that class to an element you’ve immediately made that content “inaccessible” by screen readers. You’ve probably known this forever, but still, the poison apple sneaks into our code once in a while. I don’t want to re-hash all the specifics. Your best bet