<!doctype html>
<html>
<head>
<title>Header Element</title>
</head>
<body>
<header>
<h1>This is an Example for Header Element Usage</h1>
<a href="https://www.studytonight.com/">Home Page</a>
<ul>
<li><a href="https://www.studytonight.com/library/">Tutorials</a></li>
<li><a href="https://www.studytonight.com/about/">About Us</a></li>
<li><a href="https://www.studytonight.com/contact/">Contact Us</a></li>
</ul>
</header>
</body>
</html>