zoukankan      html  css  js  c++  java
  • 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>



  • 相关阅读:
    LeetCode-Merge Intervals
    LeetCode-Longest Valid Parentheses
    LeetCode-Divide Two Integers
    LeetCode-Next Permutation
    LeetCode-Jump Game II
    LeetCode-Maximal Rectangle
    BZOJ 1230: [Usaco2008 Nov]lites 开关灯
    BZOJ 2839: 集合计数
    BZOJ 3211: 花神游历各国
    BZOJ 5334: [Tjoi2018]数学计算
  • 原文地址:https://www.cnblogs.com/mqxnongmin/p/10521592.html
Copyright © 2011-2022 走看看