image on text with animation code example
Example: animate image or text html
<!--will move up the image an infinite number of times-->
<marquee behavior="scroll" direction="up"><img src="pic/unsplash4.jpg">
</marquee>
<!--will move up the image an infinite number of times-->
<marquee behavior="scroll" direction="up"><img src="pic/unsplash4.jpg">
</marquee>