Home > Web Front-end > HTML Tutorial > 文字滚动显示(HTML)_html/css_WEB-ITnose

文字滚动显示(HTML)_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:25:56
Original
1590 people have browsed it

http://www.yunmanage.cn
Copy after login
<!DOCTYPE HTML><!-- ______________ < TUICOOL.COM > --------------         \   ^__^         \  (**)\__$__$__            (__)\       )\/\             U  ||------|                ||     ||--><head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <meta content="authenticity_token" name="csrf-param" /><meta content="6jsS8+oKutxr0AcdnxMLUiAw5YXF5id1x9+gUyYUaA4=" name="csrf-token" /><body>   <svg xmlns="http://www.w3.org/2000/svg">         <text font-family="microsoft yahei" font-size="20" y="40" x="135.695" fill="#FFCBD4">             杭州电子科技大学            <animate attributename="x" from="800" to="-400" begin="0s" dur="11s" repeatcount="indefinite"></animate>       </text>       <text font-family="microsoft yahei" font-size="15" y="75" x="101.171" fill="#CDA1A2">            加油加油??            <animate attributename="x" from="800" to="-400" begin="1s" dur="10.8s" repeatcount="indefinite"></animate>       </text>       <text font-family="microsoft yahei" font-size="17" y="108" x="346.594" fill="#463a3e">            明天回学校啦啦啦            <animate attributename="x" from="800" to="-400" begin="2s" dur="9.5s" repeatcount="indefinite"></animate>       </text>       <text font-family="microsoft yahei" font-size="13" y="149" x="-49.2579" fill="#9F605B">            小论文还没写啊啊啊啊啊           <animate attributename="x" from="800" to="-400" begin="3s" dur="10.3s" repeatcount="indefinite"></animate>       </text>       <text font-family="microsoft yahei" font-size="18" y="175" x="572.059" fill="#FA9D87">            无聊我也玩玩!!!?            <animate attributename="x" from="800" to="-400" begin="4s" dur="11s" repeatcount="indefinite"></animate>       </text>       <text font-family="microsoft yahei" font-size="14" y="210" x="607.126" fill="#463A3E">            好好学习,天天向上            <animate attributename="x" from="800" to="-400" begin="5s" dur="13s" repeatcount="indefinite"></animate>       </text>     <text font-family="microsoft yahei" font-size="18" y="240" x="-86.6414" fill="#  </svg> </body></html>
Copy after login


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template