Multiple choice technology web 2.0

What tag is used to define abbreviated words?

  1. <abbr>

  2. <abr>

  3. <abbreviation>

  4. <ab>

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

The HTML tag is standardly used to mark up abbreviations or acronyms, allowing browsers, search engines, and translation systems to identify them. The other options (, , and ) are invalid HTML tags and are not recognized by the HTML specification.