I have implemented something, which looks like this: if a user clicks on a div, a picture changes in another div:
<div id="actionDiv" onClick="changePic();">Change Pic</div>
<div id="picHolder"></div>
So this text "Change Pic" can easily be accessed by mouse. How do I get focus from tab key in the text div actionDiv for accessibility?