Il tag HTML <abbr>



Descrizione

Il tag HTML <abbr> è usato per indicare un'abbreviazione come ecc, pvt.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML abbr Tag</title>
</head>
<body>
<p>
<abbr title="Private">pvt.</abbr><br />
<abbr title="International Cricket Council">ICC.</abbr> promotes the global game.<br />
</p>
</body>
</html>

Produrrà il seguente risultato:

pvt.
ICC promotes the global game.

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