I'm using a jumbotron background image,i want the image clickable. when i made a click on image it should redirect to another page.How can i do this?
<div class="jumbotron">
</div>
.jumbotron{
background:url(../images/jumb.jpg) no-repeat center center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
height:400px;
}