.
CODE
HTML
<div id="my_div">
<a href="https://www.google.com/">
<span id="clickable_span">
</span>
</a>
<br>
<span>
The Battle of Concepción was fought on October 28, 1835, between Mexican troops and Texian insurgents on the grounds of Mission Concepción (pictured in 2010), 2 miles (3.2 km) south of what is now Downtown San Antonio in the U.S. state of Texas.
</span>
</div>
CSS
#clickable_span {
height: 80px;
display: inline-block;
width: 100%;
background-color: red;
}
#my_div {
height: 1000px;
}