Multiple choice technology web technology

Which attribute defines the link "address" ??

  1. target

  2. name

  3. href

  4. link

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

In HTML, the href (hypertext reference) attribute specifies the URL or address that the link points to. Without href, an anchor tag wouldn't have a destination. Target only controls the opening behavior, not the address itself.