root
<a href="/directory/file.html" target="_blank" rel="noopener noreferrer">Move to root/directory/file</a>
// append inside the `a` tag target="_blank" rel="noopener noreferrer" // full tag example <a href="x.com" target="_blank" rel="noopener noreferrer">open-as-new-tab</a>
noopener noreferrer
Used to prevent a type of phishing known as tabnabbing
target="_blank"
to gain partial access to your page through the window.object
API