@BigSteak4 wrote:
I would like to add a rel=“noreferrer” attribute to my link. For example:
<a href="http://example.org/" rel="noreferrer">example.org</a>
I tried this in my code, but it didn’t work:
dcc.Link("headers", href='http://example.org/', rel='noreferrer')
Is it possible to set the rel attribute with dcc?
Posts: 2
Participants: 2