The tabindex technique to make instructions more accessible, but is considered a poor accessibility practice since it adds additional tab stops for all keyboard users and the tabindex technique is not supported by all browser and assistive technology combinations.
The tabindex attribute with a value equal to or greater than 0 can be used in Internet Explorer and other browser to set focus to non-link and non-form controls as the user tabs through a web site.
Example Start
Name can only contain letters.
E-mail will only be used to send you copy of your commment and allow us send you a response.
Please comment on the services and resources you found on this web site.
Example End
HTML Source Code
<div class="inst" tabindex="0">
Name can only contain letters.
</div>