Created
October 5, 2012 14:42
-
-
Save jlittlejohn/3840187 to your computer and use it in GitHub Desktop.
HTML: Address
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
<address itemtype="http://schema.org/PostalAddress" itemscope=""> | |
<span itemprop="streetAddress">Street Address</span><br> | |
<span itemprop="addressLocality">City</span>, <span itemprop="addressRegion">STATE</span> <span itemprop="postalCode">ZipCode</span> | |
</address> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment