tidy-html5/test/html5/footer.org.html
2014-08-03 21:04:36 +02:00

17 lines
263 B
HTML

<!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>