17 lines
263 B
HTML
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>
|