1<p>Open from <time>10:00</time> to <time>21:00</time> every weekday.</p>
2<p>I have a date on <time datetime="2008-02-14 20:00">Valentines day</time>.</p>
1<!DOCTYPE html>
2<html>
3<body>
4
5<h1>The time element</h1>
6
7<p>Open from <time>10:00</time> to <time>21:00</time> every weekday.</p>
8
9<p>I have a date on <time datetime="2008-02-14 20:00">Valentines day</time>.</p>
10
11<p><b>Note:</b> The time element does not render as anything special in any of the major browsers.</p>
12
13</body>
14</html>