Review the following HTML code:
<div id="panelpic1">
<a href="https://www.google.com/"style="display:block"target="_blank">
</a>
</div>
CSS details:
#panelpic1{
content: url(file:///D:/MOHIT/HTML/images.jpg);
float: left;
width: 250px;
height: 150px;
vertical-align: middle;
}
The above setup didn't seem to work as expected. The image is not clickable and I'm looking for a solution. Any suggestions?