Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created March 22, 2019 04:37
Show Gist options
  • Save kresnasatya/7d7558739c2fc1ee14bcc4ef8abd13aa to your computer and use it in GitHub Desktop.
Save kresnasatya/7d7558739c2fc1ee14bcc4ef8abd13aa to your computer and use it in GitHub Desktop.
Address tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Address - Web Semantics</title>
</head>
<body>
<footer>
<p>This fake article was written by somebody at InternetingIsHard.com, which
is a pretty decent place to learn how to become a web developer. This footer
is only for the containing <code>&lt;article&gt;</code> element.</p>
<!-- Voice over will read "address" tag as "content info" on Chrome
Voice over will read "address" tag as "content information" on Safari
-->
<address>
Please contact <a href='mailto:[email protected]'>Troy
McClure</a> for questions about this article.
</address>
</footer>
<a href="./index.html">Back</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment