Tag HTML <ins>
Descrizione
Il tag HTML <ins> viene utilizzato per indicare il testo appena inserito.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML ins Tag</title>
</head>
<body>
<p>Following text is inserted newly <ins>HTML ins tag</ins>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in - Riferimento agli attributi HTML
Attributi specifici
Il tag HTML <ins> 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 degli eventi descritti in HTML Events Reference
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |