英[taɪm] 美[taɪm]

n.Time; time; era; time

vt. Arrange time for...; measure the time of...; adjust (mechanical) Speed; the speed with which a clock or watch is set correctly

vi. In time; Harmony; Beat

adj. Timing; Regular; [American English] Installment (payment)

int.[Sports] Time is up, (a game or a game, etc.) game time limit, pause

Third person singular: times Plural: times Present participle: timing Past tense: timed

html time tag syntax

Function:Define the Gregorian calendar time (24-hour clock) or date, time and time zone offset are optional.

Description: This element can encode the date and time in a machine-readable way so that, for example, the user agent can add birthday reminders or scheduled events to the user's calendar In the table, search engines are also able to generate smarter search results.

Note: The <time> tag does not render any special effects in any browser.

html time tag example

<!DOCTYPE HTML>
<html>
<body>

<p>
我们在每天早上 <time>9:00</time> 开始营业。
</p>

<p>
我在 <time datetime="2010-02-14">情人节</time> 有个约会。
</p>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance