Multiple choice

The tag used for linking is

  1. <a>

  2. <link>

  3. <l>

  4. <linking>

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

The a (anchor) tag is used for creating links in HTML. It uses the href attribute to specify the destination URL and can link to external pages, internal sections, files, or email addresses.