Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>Here's a link to the <a target="_blank" href="https://www.quackit.com/">Quackit homepage</a>.</p> <hr> <p>Using <code>target="_blank"</code> opens the link in a new window or tab.</p> <p>More info: HTML <a href="/html/tags/html_a_tag.cfm"><code>a</code></a> element.</p>