2021-06-06 UTC
# [Murray] Just to take it back to the semantics question: the best rule of thumb (as Zegnat hinted at) is to think about the action being taken. If you're navigating to a new page, use a link (`<a>`). If you're triggering any other kind of action, use a button. Style doesn't really matter (plenty of links look like buttons, plenty of buttons look like links; CSS/style is a different concern to semantics or functionality).