how to make an image move across the screen in html code example
Example: how to make an image move across the screen in html
<marquee scrollamount="10"
direction="left"
behavior="scroll">
<img src="fly3.gif" />
</marquee>