0PricingLogin
Web Accessibility Academy · Lesson

Links Go Places, Buttons Do Things

The one rule that resolves almost every case.

The One Rule

Here is the rule that solves almost every case: a link takes you somewhere, and a button makes something happen right here. 🧭

What a Link Is

A link navigates. Clicking it changes the page or URL, like jumping to another article or a new section.

<a href="/pricing">See pricing</a>

All lessons in this course

  1. Links Go Places, Buttons Do Things
  2. Link Text That Makes Sense Out of Context
  3. Buttons That Announce What They Do
  4. The href-less Anchor Anti-Pattern
← Back to Web Accessibility Academy