Articles → HTML → Acronym Tag In HTML
Acronym Tag In HTML
Purpose
Syntax
<acronym title="">Acronym</acronym>
Example
<!DOCTYPE html>
<html>
<body> Please show me the image in <acronym title="Graphical Interchange Format">GIF</acronym> format. </body>
</html>
Try It
Output
Browser Support
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
|---|
| Yes | Yes | Yes | Yes | Yes | Yes |
| Posted By - | Karan Gupta |
| |
| Posted On - | Monday, October 2, 2017 |
| |
| Updated On - | Friday, March 13, 2020 |