x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<marquee behavior="scroll" direction="left" onmousedown="this.stop();" onmouseup="this.start();">
5
Go on... click me (and hold the mouse down)!
6
</marquee>