1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-14 22:27:33 +02:00
cheatsheets/html-microformats.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

480 B

title category
Microformats HTML

Author

<span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Person">
  <a href="https://AUTHORPAGE" class="entry-author-link" itemprop="url" rel="author">
    <span class="entry-author-name" itemprop="name">AUTHORNAME</span>
  </a>
</span>

Time

<time class="entry-time" itemprop="datePublished" datetime="2009-02-09T20:04:00+00:00">February 9, 2009</time>