<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of HTML footer Tag</title>
</head>
<body>
<footer>
<nav>
<p>
<a href="https://www.google.com/">Terms of Use</a> |
<a href="https://www.google.com/">Privacy Policy</a>
</p>
</nav>
<p>Copyright © 1998 </p>
</footer>
</body>
</html>