Semantic HTML

Semantic HTML means using correct HTML element for their corerct purpose as much as possible.

If you need a buttong, use the button element and not a div element:

Report an Error

A button element has more suitable styling than a div, and it is clickable by default.