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