Multiple choice technology web technology Which attribute defines the link "address" ?? target name href 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.