Horje

Full Example of HTML <abbr> for Abbreviations

index.html
Example: 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 should be:

Full Example of HTML <abbr> for Abbreviations




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Quotations
Uploaded by:
Admin