Page Details
access: Public publicUrl: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time published: 2025-09-19 creationDate: 2025-07-22 modifiedDate: 2025-09-19 digitalGarden: Evergreen
Used for having machine readable datetime with human readable time.
Example from MDN:
<time datetime="2018-07-07">July 7</time>
Supports quite the list of valid datetime values, see here.
Tags: HTML, TIL