TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <base href="https://example.com/" target="_blank"> <title>Base Tag Example</title> </head> <body> <h2>Base Tag Example</h2> <p>Here are some links:</p> <a href="page1.html">Page 1</a><br> <a href="page2.html">Page 2</a> </body> </html>