码迷,mamicode.com
首页 > 移动开发 > 详细

html-有趣的标签-会移动的文字

时间:2018-07-03 22:33:39      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:color   meta   lld   amount   方向   direction   htm   标签   height   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Marquee</title>
</head>
<body>
<!-- bihavior =scroll一圈一圈绕着走, slide走一次, alternate来回走-->
<!-- direction 移动方向 =left right-->
<!-- loop =次数;若未指定则循环不止 -->
<!-- 速度 <scrollamount=#> -->
<!-- 延时 <scrolldelay=#> 走几步停几下-->
<!-- 底色 <bgcolor=#> -->
<!-- 面积 <height=# width=#> -->
<!-- 空白(Margins)<hspace=# vspace=#> 相当于外边距-->

<marquee behavior="scroll" direction="left" loop="3" scrollamount="100" scrolldelay="500" bgcolor="pink" width=150 hspace=20 vspace=20>走你</marquee>
</body>
</html>

html-有趣的标签-会移动的文字

标签:color   meta   lld   amount   方向   direction   htm   标签   height   

原文地址:https://www.cnblogs.com/web-zyf/p/9260689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!