其他分享
首页 > 其他分享> > marquee向上滚动

marquee向上滚动

作者:互联网

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<marquee align="top" scrollamount="2" direction="up">
我在滚动
</marquee>
</body>
</html>

标签:www,http,marquee,xhtml1,w3,org,滚动,向上
来源: https://blog.51cto.com/u_14943622/2834981