Real buttons: Advantages • Is focusable by default, no need for tabindex=”0” • Click Event fired on click, spacebar, return key press • Semantic meaning for all user agents: interactivity, without having to add role=”button” • Disabled state: Disables click events, key events, focusability, has own disabled style • Is able to submit and reset forms