Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <marquee behavior="scroll" direction="right" scrollamount="10"> <img src="/pix/samples/bee.gif" width="72" height="79" alt="Flying Bee"> </marquee> <marquee behavior="scroll" direction="left" scrollamount="1"> <img src="/pix/samples/fish.gif" width="94" height="88" alt="Fish swimming from right to left"> </marquee> <marquee behavior="scroll" direction="left" scrollamount="30"> <img src="/pix/samples/bats_013.gif" width="125" height="82" alt="Bat flying really fast"> </marquee>
Preview