HTML: tag <del>
Descrizione
Il tag HTML <del> viene utilizzato per il markup del testo eliminato.
Esempio
<!DOCTYPE html>
<html>
   <head>
      <title>HTML del Tag</title>
   </head>
   <body>
      <p>Following text is deleted using <del>HTML del tag
   </body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in HTML Attribute Reference
Attributi specifici
Il tag HTML <del> supporta anche i seguenti attributi aggiuntivi:
| Attributo | Valore | Descrizione | 
|---|---|---|
| citare | URL | Definisce un URL a un altro documento che spiega perché il testo è stato eliminato. | 
| appuntamento | AAAAMMGG  HH: MM: SS  | 
Definisce la data e l'ora in cui il testo è stato eliminato. | 
Attributi dell'evento
Questo tag supporta tutti gli attributi dell'evento descritti in HTML Events Reference
Supporto browser
| Cromo | Firefox | IE | musica lirica | Safari | Android | 
|---|---|---|---|---|---|
| sì | sì | sì | sì | sì | sì | 
