Is there a way to semantically create a <button> using the drag and drop tools instead of custom coding one?

It would be really great to just have a element from Webflow, as it’s super important for semantically correct code and accessibility. I’ve voted in the wishlist item mentioned by @whitakereditions.

The workaround I have come to for now is just using role="button" as a custom attribute. Other tags such as “aria-label” or “title” may be useful for accessibility.

Here’s a guide by MDN:

1 Like