|
HTML Newbies love to use marquees on thier site, here are codes for diffrent directions of marquee,
right to left marquee
<marquee>some text. some text.</marquee>
heres left to right marquee
<marquee direction="right">some text. some text.</marquee>
here upwards marquee
<marquee direction="up">some text. some text.</marquee>
heres downwords marquee
<marquee direction="down">some text. some text.</marquee>
here alternate marquee
<marquee behaviour="alternate">some text. some text.</marquee>
Enjoy!
|