<html lang="ko">
<!--footertest.html --> 
<head>
    <title>footer 태그</title>
    <meta charset="UTF-8"/>
</head>
<body>
    <footer>
      <p>문서 또는 섹션의 바닥글</p>
      <p>연락처 <a href="mailto:someone@example.com">someone@example.com</a>.</p>
    </footer>
</body>
</html>