code link takes you to new page code example
Example 1: button onclick open video in new window
<button onclick="window.open('http://www.something.com');">new window</button>
Example 2: linking external pages html
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>