<footer>
    <address>
        더 많은 정보는 문의하세요.
        <a href="mailto:master@example.com">홍길동</a>.
    </address>
    <p>© copyright 2038 Example Corp.</p>
</footer>
브라우저에서 실제 표시된 모습 <address> 태그 내부에 있는 텍스트는 보통 기울임체(italic)로 표시됩니다.
<article>
    <h2>글 제목</h2>
     ... 내용
    <address>
        <strong>글 작성자</strong>
        <br>
        <a href="https://example.com/author">홍길동</a>
        <br>
        <a href="mailto:author@example.com">author@example.com</a>
    </address>
</article>
<header role="banner">
    <h1>회사 로고</h1>
    <nav>
      <a href="index.html">홈페이지</a>
      <a href="about.html">회사소개</a>
      <a href="contact.html">연락처</a>
    </nav>
    <address>
        <strong>회사명</strong>
        <br>
        <a href="mailto:info@example.com">info@example.com</a>
        <br>
        <a href="tel:+1234567890">+1 234 567 890</a>
    </address>
</header>
<adress>마지막 수정: 1999/12/24 23:37:50</adress>
<footer>마지막 수정: <time>1999/12/24 23:37:50</time></footer>
address 태그의 브라우저 호환성
태그
데스크탑 Chrome
Chrome
데스크탑데스크탑 Edge
Edge
데스크탑 Firefox
Firefox
Safari
Safari
<address> 1 12 1 1

caniuse.com에서 더 자세한 정보를 확인해 보세요.