Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-make-Formatting-abbreviations-and-acronyms-the-abbr-element-in-HTML]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

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

<p>Marking up abbreviations can give useful information to browsers, translation systems and search-engines.</p>

</body>
</html>

Output :

The WHO was founded in 1948.

Marking up abbreviations can give useful information to browsers, translation systems and search-engines.