HTML: tag <kbd>
Descrizione
Il tag HTML <kbd> definisce l'input da tastiera. È un tag frase.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML kbd Tag</title>
</head>
<body>
<p>Open previously closed tab using
<kbd>Ctrl</kbd>+
<kbd>Shift</kbd>+
<kbd>T</kbd>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in - Riferimento agli attributi HTML
Attributi dell'evento
Questo tag supporta tutti gli attributi degli eventi descritti in HTML Events Reference
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |