HTML - Tag <strike>
Descrizione
Il tag HTML <strike> specifica il testo barrato. Questo tag ora è deprecato, al suo posto dovrebbe essere usato <del>.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML strike Tag</title>
</head>
<body>
The HTML strike tag renders a <strike>strike</strike> through the middle of the text.
</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 - Riferimento agli eventi HTML
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |