The time element represents a date and/or time.
Example:
1996-12-19
T
and
Z
in the date/time syntax
must
always be
uppercaseExamples:
1990-12-31T23:59:60Z
1996-12-19T16:39:57-08:00
A time element must have both a start tag and an end tag.
any element that can contain phrasing elements
If the datetime (any) attribute is not specified, then the date or time represented is given by the contents of the element, and the character data in those contents must conform to the date-or-time datatype.
interface HTMLTimeElement : HTMLElement { attribute DOMString datetime (any); };