【发布时间】:2017-08-11 02:00:03
【问题描述】:
我想将日期和时间从头顶移到某个位置。 我不知道该怎么做:
/* the CSS which I am using is */
p {
text-align: center;
margin-top: 15%;
}
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = Date();
</script>
但它不起作用。
【问题讨论】:
-
你想在页面底部显示日期时间吗?
标签: javascript html css datetime