I need to know how to add an a href link to a div?
Here is my code :-
<div id="buttonOne">
<div id="linkedinB">
<img src="img/linkedinB.png" width="40" height="40">
</div>
</div>
Home / DeveloperSection / Forums / How to add an <a href> link to a <div> control in HTML?
I need to know how to add an a href link to a div?
Here is my code :-
<div id="buttonOne">
<div id="linkedinB">
<img src="img/linkedinB.png" width="40" height="40">
</div>
</div>
Anonymous User
05-Oct-2013Can't you surround it with an a tag?