1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-16 07:07:37 +02:00
cheatsheets/html-microformats.md
2017-10-29 20:00:07 +08:00

497 B

title category layout
Microformats HTML 2017/sheet

Author

<span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
  <a href="http://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>