[ad_1]
The grey area should be an <a>
tag link. The black area is a <button>
within the grey area. The button should have a onClick
action.
When I click anything grey I want to access the <a>
tag link. When I click the black area I want to trigger the button action. What is the proper and accessible way to achieve this?
[ad_2]