HTML
HTML <time> 元素
使用 datetime 属性表示更具体的时间
源代码:
点击运行 »
<p>音乐会在 <time datetime="2001-05-15T19:00">5 月 15 日</time>开始。</p>
运行结果:
点击运行 »