Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

HTML <time> 标签


示例

如何定义时间和日期

<p>从 <time>10:00</time> 到 <time>21:00</time> 每天工作日开放。</p>

<p>我在 <time datetime="2008-02-14 20:00">情人节</time> 有个约会。</p>
尝试一下 »

定义和用法

The <time> 标签定义特定的时间(或日期时间)。

该元素的 datetime 属性用于将时间转换为机器可读的格式,以便浏览器可以通过用户的日历提供添加日期提醒的功能,并且搜索引擎可以生成更智能的搜索结果。


浏览器支持

表中的数字指定了完全支持该元素的第一个浏览器版本。

元素
<time> 62.0 18.0 22.0 7.0 49.0

属性

属性 描述
datetime datetime 表示 <time> 元素的机器可读格式

全局属性

The <time> 标签还支持 HTML 中的全局属性


事件属性

The <time> 标签还支持 HTML 中的事件属性


相关页面

HTML DOM 参考:时间对象


默认 CSS 设置

无。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.