Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML header Tag</title> </head> <body> <header> <h1>Tutorial Republic</h1> <nav> <p> <a href="https://www.tutorialrepublic.com">Home</a> | <a href="https://www.tutorialrepublic.com/about-us.php">About</a> | <a href="https://www.tutorialrepublic.com/contact-us.php">Contact</a> </p> </nav> </header> </body> </html>