I have below code in html page:
in css page the below code:
Actually you CAN focus an - with the help of tabindex:
tabindex
img:focus { outline: 2px solid blue; }