How should an abbreviation be marked up at least for its the first occurrence in a document?
Use the <span> element
<span>
Use the <abbr> element with the title attribute
<abbr>
title
Use the <abbr> element without the title attribute
Use the <acronym> element
<acronym>