Saturday, March 19, 2011

Make bouncing text from top to bottom and from left to right using the html code

previously, we have discussed about the text running top and bottom....
ok,,, now we will discuss about Make bouncing text from top to bottom or from right to left using the html code


  
1.bouncing text from left and right


copy the code below

<marquee behavior="alternate">Teks memantul kiri kanan</marquee>


the result

Teks memantul kiri kanan


2.bouncing text from top to bottom


copy the code below

<marquee align="center" behavior="alternate" direction="up" height="300" scrollamount="2" width="100">
Teks memantul ke atas dan kebawah
</marquee>


the result


Teks memantul ke atas dan kebawah



copy it to edit html not on the compose tab
good luck........ 

No comments:

Post a Comment