I have below code in html page:
in css page the below code:
You can't "focus" an image unless you have an interactive element or navigate to it using tab. Try adding an interactive element on a wrapper div like so:
Html
CSS
.imageAnchor:focus img{ border: 2px solid blue; }
http://jsfiddle.net/4x7wg7sb/1/