The <time> tag is used to describe date and time in HTML5 document.
It uses a 24 hour clock to display the time.
This <time> element encodes date and time in machine readable format which helps user to set their task and to get reminders later.
Syntax: <time datetime=”values”>text…</time>
Example
<p>We open our shop at <time>09:00</time> am.</p><p>We went to Bangkok on<timedatetime="2017-05-22">with my family</time>.</p><p>Baby born on <timedatetime="2016-7-14T0 09:00">pm last Monday</time>.</p>