Il tag HTML Mark



Descrizione

Il tag HTML <mark> specifica un testo evidenziato a fini di riferimento, cioè 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>

Produrrà il seguente risultato:

Cricketers in India

Sachin Tendulkar is god of cricket.

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