TIL: there's a time HTML element

(Tags: HTML, TIL)
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
External link: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time

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