<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 footer tag
</title>
</head>
<body>

<footer>
  <p>Posted by: Hege Refsnes</p>
  <p>Contact information: <a href="mailto:someone@example.com">someone@example.com</a>.</p>
</footer>

</body>
</html>