Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML base tag</title> <base href="http://www.way2tutorial.com/html/" target="_blank"/> </head> <body> <p>Let's get started <a href="index.php">HTML Tutorial</a></p> </body> </html>
  Preview Arrow