加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
time.html 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhenabc 提交于 2015-05-10 22:41 . add original files
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>时间</title>
<style type="text/css">
body {margin: 0; background-color: rgb(65,15,110);}
#main {text-align: center; padding-top: 50px; color:white;}
</style>
</head>
<body>
<div id="main">
<p>我们在每天早上 <time>9:00</time> 开始营业。</p>
<p>我在 <time datetime="2008-02-14">情人节</time> 有个约会。</p>
<p><time>2013/7/14</time></p>
<footer>This document was written in 2013</footer>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化