Output
the time is .
the day is .
Sample Code
This is a test case for Elements/The time element.
The time element represents its contents, along with a machine-readable form of those contents in the datetime attribute.
The kind of content is limited to various kinds of dates, times, time-zone offsets, and durations, as described below.
HTML:
<p>the time is<time>10:00</time>
.</p>
<p>the day is
<time datetime="-02-14">Valentine's Day</time>.</p>