how to add new page in html if i click on a dob it should open a new page code example
Example 1: html open things in new tab
<a href="/" target="_blank">The home page will open in another tab.</a>
Example 2: button onclick open video in new window
<button onclick="window.open('http://www.something.com');">new window</button>