Enter your URL, link text, and target/rel options, and the tool assembles a complete anchor tag with every attribute set.
target='_blank' opens links in new tab. target='_self' (default) opens in same tab. Always use rel='noopener noreferrer' with _blank for security.
Use nofollow for untrusted links, ads, or paid links. It tells search engines not to pass SEO value to the linked page.
The title attribute provides tooltip text on hover. Use it to give additional context, but don't rely on it for critical information (accessibility).