Prevent tabstop on A element (anchor link) in HTML

Viewed 77689

Is it possible to cancel an <a href="..."> from being tabstopped in any browser? I would like to do this without Javascript.

5 Answers
Related