Il tag HTML <strike>



Descrizione

Il tag HTML <strike> definisce un testo sbarrato. Questo tag è stato sostituito dal tag <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>

Produrrà il seguente risultato:

The HTML strike tag renders a strike through the middle of the text .

Attributi Globali

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

Attributi Evento

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

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements