HTML5 contains a bunch of new semantic goodness, but sometimes we need more semantics than what’s available. This is the first article in a series looking at various ways to extend HTML5 — first up, microformats.
Extending HTML5 — Microformats
Your Questions Answered #6
We’re back with another round of patient questions about HTML5. In this article, we’ll discuss using multiple <h1>
s, audio codecs, microformats, post bylines, and the <time>
element.
The time element (and microformats)
Please note that since this was written, <time>, datetime have been made more powerful, so this article is obsolete. Doctor Bruce has the low-down in his blogpost The best of <time>s. Microformats are a way of adding extra semantic information to a webpage using HTML classes — information like an event’s date and time, a […]