[HTML] Moving Text (Marquee) Tutorial
I accepting request from BangDhika, I try to give tutorial about walking text or on HTML we can call it as Marquee. ^^
First time I knew this facility at Front Page. Just click Insert->Web Component->Marquee and DONE after U set the marquee
But how about if you dont have front page or want typing it at Ur blog? Its simple. I just give U the code, and copy paste it at your blog. Change the Text into Ur own text. Hope this tutorial help. If You have any question, pls feel free to ask
Code
| <marquee>THIS IS MOVING TEXT FROM RIGHT TO LEFT (DEFAULT)</marquee> |
Result
THIS IS MOVING TEXT FROM RIGHT TO LEFT (DEFAULT)
Code
| <marquee behavior=”slide” direction=”right”><b>THIS IS MOVING TEXT TO RIGHT ONCE TIME ONLY</b></marquee> |
Result
THIS IS MOVING TEXT TO RIGHT ONCE TIME ONLY
Code
| <marquee behavior=”alternate” direction=”right”>THIS IS MOVING TEXT FROM LEFT TO RIGHT AND LEFT TO RIGHT AGAIN</marquee> |
Result
THIS IS MOVING TEXT FROM LEFT TO RIGHT AND LEFT TO RIGHT AGAIN
Code
| <marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”><b>THIS IS MOVING TEXT FROM BOTTOM TO UPPER SIDE</b></marquee> |
Code at WordPress
| <marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”> <?php /* Get links from the second category (create a new category named links) */ get_links(’2′, ‘<li>’, ‘</li>’, ‘<br />’, 0, ‘name’, 0, 0, -1, 0); ?> </marquee> |
Result
THIS IS MOVING TEXT FROM BOTTOM TO UPPER SIDEIt work at my website. weird its not able to be viewed at this post. Hmmmm
But trust me this is correct code. lol
Incoming search terms:
- html moving text (14)
- html marquee step step (2)
- marquee text html for wordpress (1)



Arghh ga berhasil jugaaaaaa
Very good example of marquee tag…..