<!DOCTYPE html> <html> <body> <h1>The a target attribute</h1> <p>Open link in a new window or tab: <a href="https://www.w3schools.com" target="_blank">Visit W3Schools!</a></p> </body> </html>
<!DOCTYPE html> <html> <body> <h1>The a target attribute</h1> <p>Open link in a new window or tab: <a href="https://www.w3schools.com" target="_blank">Visit W3Schools!</a></p> </body> </html>