Edit in JSFiddle

<html>
    <head><title>progress tag in html5</title>
    </head>
    <body>
        <p>The match is at <time>09:00</time>.</p>

<p>Metallica will visit <time datetime="2009-02-18">next Wednesday</time>.</p>

<p>Finally I reach my destination on <time datetime="2009-02-17T05:00-07:00">
    Tuesday</time>.</p>
    </body>
</html>