Anchor Link
The <a> tag defines a hyperlink.
The href attribute is the primary link destination.
The data-link attribute is the secondary link destination.
<a href="primary-link" data-link="secondary-link" [target="optional-target"] />
Attribute | Mandatory | Value | Description |
---|---|---|---|
href | Y | URL | The primary link destination |
data-link | Y | URL | The secondary link destination |
target | N | _self _blank _parent _top | The specifies where to open the primary linked document |