<a href="http://somewebsiteorother.com">The link</a>
Simply add the following code after the link exactly as shown:
target="_blank"
So it looks like this:
<a href="http://somewebsiteorother.com" target="_blank">The link</a>
Be sure to include the underscore.