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 |