Answers for "how to make an image move across the screen in html"

0

how to make an image move across the screen in html

<marquee scrollamount="10"
         direction="left"
         behavior="scroll">
            <img src="fly3.gif" />
        </marquee>
Posted by: Guest on November-24-2020

Code answers related to "how to make an image move across the screen in html"

Browse Popular Code Answers by Language