<html>
<body>
Open the
<a href="/about/" target="_blank">About</a>
Page
</body>
</html>
target="_blank"
opens the link in a new tab or browser window. The a element creates a hyperlink to another resource.
The linked item could be a another web page, a bookmark within the current page, a file to download, an email address, etc.
N of