What are we facing?
I want to reference a word or phrase by suppressing some characters or syllables, and in that way provide very useful information to the viewers, the browsers, search engine indexers, spell checkers, etc..
The Solution
The usage of the tag abbr denotes the use of a shorted word or phrase, but the real importance is that it's the semantic way for marking up abbreviations.
You can also use the attribute title to specify the whole word or phrase that the abbreviation refers to. With this some browsers must show over the abbreviation the specified text and this will help you to increase your web page accessibility.
Examples.
HTML
Html Code
<abbr title="HyperText Markup Language">HTML</abbr>
SVG
Html Code
<abbr title="Scalable Vector Graphics">SVG</abbr>
Some external references
[advertisement] Try
Aggiorno for free, the assistant tool for web development you always wanted.