实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>We open at <time>10:00</time> every morning.</p>
6
7
<p>I have a date on <time datetime="2008-02-14">Valentines day</time>.</p>
8
9
<p>The &amp;lt;time&amp;gt; tag does not render as anything special in any of the major browsers.</p>
10
11
</body>
12
</html>
13