Il tag HTML <acronym>


Descrizione

Il tag HTML <acronym> viene utilizzato per indicare un acronimo.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML acronym Tag</title>
</head>
<body>
<p>
<acronym title="HyperText Markup Language">HTML</acronym>
</p>
</body>
</html>

Produrrà il seguente risultato:

HTML

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
SiSiSiSiSiNon Supportato
html_tags_reference.htm
Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements