Method for adding abbreviation in HTML document is very easy. For that we need to add <abbr> tag. The benefit of using this tag is, when the user moves the mouse on the abbr content, automatically it displays the abbreviation for that Short Form.
For example, Consider we have added MNC inside abbr tag, and when user on hover to the word MNC, it will display Multi National Company.
Example:
<abbr title="Multi National Company">MNC</abbr> will provide high salary to their employees</p>
Output:
MNC will provide high salary to their employees
Just move the mouse pointer near to MNC, you will get it.
No comments:
Post a Comment