滚动字幕

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>滚动字幕</title>
</head>
<body>
  <marquee behavior="scroll" direction="right" scrollamount="10"  scrolldelay="200">
  这是一个滚动字幕。
  </marquee>
</body>
</hmtl>

原文地址:https://www.cnblogs.com/tszr/p/15463472.html