- Use the `href` attribute to enable the link.
- Use the `target` attribute to specify where to open the link.

```html
<div class="flex items-center gap-12">
  <sd-map-marker
    href="https://solid-design-system.fe.union-investment.de/docs/?path=/docs/docs-general-introduction--docs"
    target="_blank"
  >
    <span class="sr-only">Solid Design System by Union Investment</span>
  </sd-map-marker>
</div>
```
