网页添加滚动字幕

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>网页滚动字幕</title>
</head>
<body><font size="7" face="华文行楷" color="#FF0000">
<marquee direction="left" behavior="alternate" scrollamount="3" loop="3">
生日快乐
</marquee>
</body>
</html>

你可能感兴趣的:(滚动字幕,生日快乐)