Il tag HTML <del>



Descrizione

Il tag HTML <del> viene utilizzato per evidenziare un 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>

Produrrà il seguente risultato:

Following text is deleted using HTML del tag

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Specifici

The HTML <del> supporta anche i seguenti attributi aggiuntivi:

AttributoValoreDescrizione
cite URLIndica un link ad un documento dove viene specificato il motivo dell' eliminazione.
datetime YYYYMMDD
HH:MM:SS
Indica la data e l'ora dell' eliminazione.

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements