Here is my plunk
http://plnkr.co/edit/BVhFiVYXWQ3AuflEWjCP?p=preview
I want to apply border to the image inside the anchor tag once the link is visited.
<a href="">
<img src="some imageurl" style="height:100px; width:100px;"/>
<p>Description </p>
</a>