Skip to content

Instantly share code, notes, and snippets.

@jgarber623
Created November 3, 2022 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarber623/101373bdd004d8bad40ff5504b891dba to your computer and use it in GitHub Desktop.
Save jgarber623/101373bdd004d8bad40ff5504b891dba to your computer and use it in GitHub Desktop.
Documenting a few contrived examples for marking up minimal application author information using microformats2.
<div class="h-x-app">
<div class="p-author">Jason Garber</div>
</div>
<div class="h-x-app">
<div class="p-author h-card">Jason Garber</div>
</div>
<div class="h-x-app">
<a href="https://jgarber.example" class="u-author">Jason Garber</a>
</div>
<div class="h-x-app">
<a href="https://jgarber.example" class="u-author h-card">Jason Garber</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment