xxxxxxxxxx
<!DOCTYPE HTML>
<html>
<head>
<style>
.container {
cursor: pointer;
position: relative;
}
.link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
</style>
</head>
<body>
<div class="container">
W3Docs
<a href="https://www.w3docs.com/">
<span class="link "></span>
</a>
</div>
</body>
</html>