Static Html Elements With Event Handlers Require A Role

I was wondering if you could help me with a quick question. I am trying to create a new form that has fields for name, email, and phone number. I want the form to be able to send an email when someone fills out my information.

The elements with the ‘button’ interactive role must be focusable is a rule that can be found in the CSS specification. This means that elements with the button role, such as

Scroll to Top