HTML Acronyms



HTML Acronyms

  In website we always use of different types of  acronyms , and we need to give long form of each word, So to avoid use of long form make use of  <abbr>..</abbr> tag.

Acronym Example :

<!DOCTYPE HTML>
<HTML>
<HEAD>
    <TITLE>Abbreviation and Acronym</TITLE>
</HEAD>
<BODY>
    <P><abbr title="International Organization for Standardization">
    ISO</abbr>is an independent, non-governmental membership organization         and<br> the world's largest developer of voluntary International     Standards.
    </P>
    <P>Apply for job <abbr title="as soon as possible">ASAP</abbr>
    </P>
</BODY>
</HTML>

Output :

 

Post a Comment

1Comments
Post a Comment