Is it possible to add a hyperlink to an entire div element along with its background color and other styles? The goal is for the hyperlink to execute whatever is attached to the id when the selected div is clicked:
<div class="className" style="background-color:green;" id="IDName" >
<a href="#" style="font-weight: bolder;"> Your Text goes here </a>
</div>