[HTML] [attributo] accesskey

accesskey (attributo base HTML) definisce una scorciatoia da tastiera per attivare un elemento HTML (ad es., un link, un bottone, ecc.) o assegnargli il focus (ad es., un campo di testo). E’ un attributo HTML globale.

tag

valore

Tutti

accesskey = "[lettera|cifra]" (ad es., “a”, “1”): specifica il tasto che serve per attivare l’elemento HTML cui acceda (link, bottone, ecc.) o fargli acquisire il focus (campo, ecc.), se cliccato congiuntamente al tasto ALT (web browser su Windows) o CMD+ALT (web browser su Mac).

Esempio

<a href="http://www.google.it" target="_blank" accesskey="g">per aprire Google: clicca <kbd>ALT</kbd>+g (su windows) o <kbd>CMD</kbd>+<kbd>ALT</kbd>+g (su Mac)</a>
<input type="text" accesskey="i" value="per attivare il focus in questo campo: ALT+i (su windows) o CMD+ALT+i (su Mac)"/>

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

attributi base html, html

Related Articles

0 Comment

Rispondi