time

time
HTML time Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.

The HTML <time> element is used to markup dates and times.

HTML CODE EXAMPLE
<div>I eat dinner around <time>6:30</time> in the evening. </div>
<div>I hope to get presents at <time datetime="2011-12-25">Christmas</time>. </div>
<div><time datetime="2011-12-25 10:00:00">Christmas 10am</time> </div>
 
I eat dinner around  in the evening.
I hope to get presents at .

0 Response to "time"

Post a Comment