Abbreviation

A shortened form of a long word or phrase.

Basic Usage

Place abbreviated text in an abbr element with the class abbreviation. Put the non-abbreviated version in the title attribute.

It's commonly believed that the first usage of the term OMG was in a letter written to Winston Churchill in 1917.

HTML Copied!
<p class="paragraph">
  It's commonly believed that the first usage of the term
  <abbr class="abbreviation" title="Oh My God">OMG</abbr>
  was in a letter written to Winston Churchill in 1917.
</p>