发布网友 发布时间:2022-04-25 15:14
共1个回答
热心网友 时间:2023-10-11 17:27
首先打开电脑上的记事本
在记事本中写入如下代码:
<html>
<head>
<body>
<marquee onMouseOver=this.stop()
onMouseOut=this.start() scrollamount=1
scrolldelay=7 direction=up width=270
height=77>
111111111111111111111111111111
222222222222222222222222222222
333333333333333333333333333333
444444444444444444444444444444
</marquee>
</body>
</head>
</html>
上面的代码是实现每行文字,1、2、3、4的自动在网页播放
然后将文件名保存为:xxxx.html文件,既然是网页上展示就保存为.html的文件格式
鼠标移动到这个网页文件上网,使用右键选择打开方式,选择浏览器打开
6
打开后就可以看到实现后的效果了