Syntax Comparison by Platform
1. Markdown (GitHub, Discord, Notion, Reddit)
[Anchor Text](https://urlgenz.site)2. HTML Anchor Tag (Websites, Email, CMS)
<a href="https://urlgenz.site" target="_blank" rel="noopener noreferrer">Anchor Text</a>3. BBCode (Online Discussion Forums, phpBB)
[url=https://urlgenz.site]Anchor Text[/url]Why rel="noopener noreferrer" Matters
When opening links in a new tab with target="_blank", modern web standards recommend rel="noopener noreferrer" to prevent the opened page from accessing the origin window context via JavaScript (window.opener) for security.
Generate All Link Formats Instantly
Paste any destination URL, enter your anchor text, and copy Markdown, HTML, BBCode, or LaTeX in 1 click.
Open Link Code Generator →