Created
February 9, 2023 09:42
-
-
Save thierrypigot/88a6b7bae98c36df5531d007f2671843 to your computer and use it in GitHub Desktop.
Microformat ou donnée structurée
This file contains 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
<div class="vcard"> | |
<h2>Nom de l'entreprise</h2> | |
<p> | |
Adresse : <span class="street-address">123 Main St</span> | |
<span class="locality">Ville</span>, | |
<span class="region">État</span> | |
<span class="postal-code">Code postal</span> | |
</p> | |
<p> | |
Téléphone : <span class="tel">(555) 555-5555</span> | |
</p> | |
<p> | |
Courriel : <a class="email" href="mailto:[email protected]">[email protected]</a> | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment