typestar

Contact details in HTML

The address element is for contacting a person, not for postal addresses in general.

<article>
  <h2>On split keyboards</h2>
  <p>Two halves, two shoulders.</p>
  <footer>
    <address>
      Written by <a href="/authors/ada">Ada Lovelace</a>.
      Questions: <a href="mailto:ada@example.com">ada@example.com</a>
    </address>
    <p>Published <time datetime="2026-07-14">14 July 2026</time></p>
  </footer>
</article>

How it works

  1. <address> holds contact details for its nearest article or the page.
  2. A postal address in body text is just a paragraph.
  3. It usually lives in the footer of the thing it belongs to.

The run, in numbers

Lines
11
Characters to type
303
Tokens
81
Three-star pace
70 tpm

At the three-star pace of 70 tokens a minute, this run takes about 69 seconds.

Type this snippet

Step 7 of 7 in Page landmarks, step 7 of 23 in Semantics & metadata.

← Previous Next →