HTML标签之marquee

时间:2023-03-09 22:51:34
HTML标签之marquee

版权声明:本文为博主原创文章。未经博主同意不得转载。 https://blog.csdn.net/zkn_CS_DN_2013/article/details/25229719

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公告滚动JS代码</title>
</head>
<body>
<div align="center">
<table border="1" width="206" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="90" id="table1">
<tr>
<td valign="top"><MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 scrollDelay=100 direction=up height="99%">
<TABLE cellSpacing=0 cellPadding=0 width="95%" align=center border=0>
<TBODY>
<TR>
<TD vAlign=top height=120>
<P style="LINE-HEIGHT: 150%;font-size:9pt"><FONT color=#000033>·<A href="#" >Hello World! </A></FONT><BR><FONT color=#000033>·<A
href="#">很多其它...</A></FONT><BR><FONT color=#000033>·<A
href="#">... </A></FONT><BR><FONT color=#000033>·<A href="#">假设有建议请提交给我们... </A></FONT><BR><FONT color=#000033>·<A href="#">很感谢大家常常光顾</A></FONT><BR><FONT color=#000033>·<A href="#">再次感谢大家,再见</A></FONT>
</TD></TR></TBODY></TABLE></MARQUEE></td>
</tr>
</table>
</div>
</body>
</html>