代码示例:(标识:eg_html_footer)
<!DOCTYPE html>
<html>
<body>

<footer>
  <p>Posted by: (www.sou-xun.com)</p>
  <p>Contact information: <a href="mailto:someone@example.com">someone@example.com</a>.</p>
</footer>

</body>
</html>
运行结果: