Link Tool
HTML Link Generator
Build valid HTML links without guessing attribute syntax. Enter a URL and anchor text, choose relationship values, and copy a ready-to-paste anchor tag for content, docs or CMS fields.
Use the tool
<a href="https://" rel="noopener">Link text</a>
Features
- URL and anchor text fields
- rel options: noopener, noreferrer, nofollow, sponsored, ugc
- Optional target=_blank
- One-click copy of the generated markup
How to use it
- Enter the destination URL, including https:// when possible.
- Add the visible anchor text readers will click.
- Select any rel values and open-in-new-tab if needed.
- Copy the HTML and paste it into your editor.
FAQ
Should every external link open in a new tab?
Only when it helps the user. Overusing target=_blank can frustrate people who expect to stay on the same tab.
When should I use rel=nofollow?
Use it when you do not want to endorse the destination, such as untrusted user content or some paid placements. Follow your campaign policy.