Challenge 3: Choose Button vs Link — Possible Solution ==================================================================== (a) A "Log out" control that clears a session and redirects to the homepage -> BUTTON (with a caveat noted below) At first glance this might look like a "link" because it ends in navigation (redirecting to the homepage) — but the chapter's distinction is about what the control PRIMARILY does and, more specifically, whether it performs a meaningful ACTION with a side effect beyond simple navigation. Logging out clears session state — a real action with consequences, not just "go look at a different page." Following this chapter's own examples ("submitting a form, toggling state"), an action with a side effect like this is more appropriately a