Understand the semantic elements that HTML offers and use them in favor of divs
Clickable <div />
? Try not to do it, if it clearly is a UI control.
Consider: Not every element that is clickable must be a UI control but every click action needs to be accessible from a UI control.