Horje
HTML <acronym> Tag

The tag was used in HTML 4 to define an acronym.

Not Supported in HTML5.

 


What to Use Instead of HTML <acronym> Tag?

<!DOCTYPE html>
<html>
<body>

<h1>The abbr element</h1>

<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>

</body>
</html>

Output should be:

What to Use Instead of HTML <acronym> Tag?





Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference