The <acronym> Tag was used support HTML 4 not in HTML 5 defines an acronym.
Example
<!Doctype Html>
<html>
<head>
<title>acronym Tag</title>
</head>
<body>
<p>The <acronym title="World wide web">www</acronym> is full form world wide web.</p>
</body>
</html>
Output
The www is full form world wide web.
Copyright ©2022 coderraj.com. All Rights Reserved.