The <abbr> tag defines an abbreviation or an acronym, like “HTML”, “CSS” and shows the title when you hover this tag.

<p>
  I like <abbr title="Cascading Style Sheets">CSS</abbr> and <abbr title="HyperText Markup Language">HTML</abbr>.
</p>