blob: fb54f3060e136ac7b7117c56353464b23d835c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body dir="rtl">
<!-- The "alternate" behavior is necessary for the
marquee text to start out on the screen. -->
<marquee
direction="right"
scrollamount="0"
behavior="alternate"
>
<div style="background: green; width: 50px"> </div>
</marquee>
</body>
</html>
|