|
|
AcronymElement
The acronym element represents an acronym.
You are here: Home > HTML Reference > Elements > <acronym> element
Usage
For many years, authors have been confused about the difference between acronym and <abbr>. The acronym element is not included in HTML 5 or XHTML 2; use <abbr> instead.
Browser compatibility
| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 |
| appears in DOM | Y | Y | Y | Y | Y | Y |
| applies style | Y | Y | Y | Y | Y | Y |
Further reading
Sign in to add a comment
