Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>Here's a "nofollow" link to the <a rel="nofollow" href="https://www.quackit.com/">Quackit homepage</a>.</p> <hr> <p>Adding <code>rel="nofollow"</code> to a link can be used to indicate to search engines that you don't endorse the link. Some search engines recommend using this on paid links.</p> <p>More info: HTML <a href="/html/tags/html_a_tag.cfm"><code>a</code></a> element.</p>