Prevent tabstop on A element (anchor link) in HTML Ask Question

Prevent tabstop on A element (anchor link) in HTML Ask Question

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

ベストアンサー1

Some browsers support the tabindex="-1" attribute, but not all of them, since this is not a standard behaviour.

おすすめ記事