I\'m designing a clickable panel for an html app which contains multiple text elements and images.
From what I understand this is generally done with a div. Somethin
Why don't you use HTML element. It's created for your case. Div doesn't take focus, while button gets.