--- components: ["Link", "OutboundLink"] --- ### Default Carbon Design System ### Target _blank If setting `target` to `"_blank"`, the `Link` component will automatically set `rel="noopener noreferrer"` to guard against [potential cross-origin security exploits](https://web.dev/external-anchors-use-rel-noopener/). You can override the `rel` attribute with a custom value. Carbon Design System ### Outbound link An alternative to manually setting `target` to `"_blank"` is to use the `OutboundLink`. Carbon Design System ### Inline variant
Visit the Carbon Design System .
### Link with icon Note that `inline` must be `false` when rendering a link with an icon.
Visit the Carbon Design System .
### Large size Carbon Design System ### Small size Carbon Design System ### Disabled A `disabled` link will render a `p` tag instead of an anchor element. Carbon Design System ### Visited styles Carbon Design System