This is my code
<a href="https://www.w3schools.com">
<div style="width:200px; border:1px solid black;">
Visit W3Schools.com!
</div>
</a>
My div width is 200PX. But my link is activated right side of the white space. How to activate link only within the div width, ie within 200px?