Created
March 22, 2019 04:37
-
-
Save kresnasatya/7d7558739c2fc1ee14bcc4ef8abd13aa to your computer and use it in GitHub Desktop.
Address tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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><article></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