html写个会动的元旦快乐代码 并居中显示
时间: 2023-02-15 12:53:58 浏览: 89
html css js写一个元旦倒计时代码动态页面
元旦快乐的HTML代码如下:
```
<div style="text-align: center;">
<marquee behavior="scroll" direction="left">元旦快乐!</marquee>
</div>
```
这段代码会在网页中居中显示一条滚动的文字,显示"元旦快乐!"这个字符串。
阅读全文