<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>在网页中添加滚动文字</title> </head> <body> <marquee direction="left" behavior="alternate" scrollamount="15" loop="3">你是一只猪</marquee> </body> </html>
direction设置滚动的方向:从右向左滚动
behavior设置滚动的方式:来回滚动
scrollamount设置滚动的速度:15
loop设置滚动的次数:向左一次,向右一次,向左一次。