3
so I have an image, I wanted that when clicking on this image the user was redirected to the link I defined,
<a href="www.google.com"><img src="img/css3.png" class="media-object img-responsive img-thumbnail"></a>
however when I click on the image appears page not found
missing http:// on link
– user60252