зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
279 B
HTML
14 строки
279 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<!-- 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>
|