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