HTML: contrassegna tag
Descrizione
Il tag HTML <mark> specifica un testo evidenziato a scopo di riferimento, ovvero per la sua rilevanza in un altro contesto.
Esempio
<!DOCTYPE html>
<html>
   <head>
      <title>HTML Mark Tag</title>
   </head>
   <body>
      <h2>Cricketers in India</h2>
      <p>Sachin Tendulkar is <mark>god</mark> of cricket.</p>
   </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ì | 
