赞
踩
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>HTML注释</title>
- </head>
- <body>
- <marquee loop="1">
- 马龙强
- <!--下面的输入框是可以滚动的,且只能滚动一次-->
- <input type="text">
- </marquee>
- <!--下面的输入框是不可以滚动的-->
- <input type="text">
-
- </body>
- </html>
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。