What is the correct way to make the total area of a div a link?
I have multiple div
's that are small tiles and I want the total area of the div
to be a link.
Should the Anchor tag wrap a span
on the inside or what is the best way to do this?
<div class="l-box">
<h3>Service 1</h3>
<p>Service description</p>
</div>
<div class="l-box">
<h3>Service 2</h3>
<p>Service description<</p>
</div>