3.40字体向上滚动__.htm
来自「javascript的功能特效。开发必备」· HTM 代码 · 共 28 行
HTM
28 行
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
</head>
<body>
<marquee direction=up scrollamount=1 scrolldelay=100 onmouseover='this.stop()' onmouseout='this.start()'
height=60>
<table>
<tr>
<td>
这是第一行第一列
</td>
</tr>
<tr>
<td>
这是第二行第一列
</td>
</tr>
<tr>
<td>
这是第三行第一列
</td></tr>
</table>
</marquee>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?