The time element represents a date and/or time.
-
".Example:
11-12
Examples:
Z
+0000
+00:00
-0800
-08:00
Examples:
2011
0001
Examples:
PT4H18M3S
4h 18m 3s
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 time-datetime datatype.
interface HTMLTimeElement : HTMLElement { attribute DOMString datetime (any); };