Multiple choice

Which tag is used to display the fullform of a abbreviation as a tooltip when the user places the mouse over it?

  1. acronym

  2. code

  3. dd

  4. blockquote

  5. cite

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The acronym tag defines an acronym.An acronym can be spoken as if it were a word, example HTML, ASP, etc. By marking up acronyms we can give useful information to browsers, spell checkers, translation systems and search-engine indexers. It has been replace by the abbr tag in HTML 5