Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML base tag</title> <base href="https://www.tutorialrepublic.com/"> </head> <body> <p>Learn <a href="css-tutorial/">CSS</a>.</p> </body> </html>