MCQ
Which HTML tag is used to define an abbreviation?
A <abbr>
B <acronym>
C <abbrev>
D <short>
Explanation

The <abbr> tag defines an abbreviation or acronym, with the title attribute providing the full meaning.