Animating a text from top to bottom and bottom to top
|
|
|
Question / Problem
|
how to Animate text from top to bottom and bottom to top in html?
|
Solution
|
Solution: Example code shows the Animating Method:
<html> <head> <title> selections </title> <body> <marquee behavior="scroll" direction="down"><font face="ariel"color="geen"> RankSheet specialist </font></marquee> <marquee behavior="scroll" direction="up"><font face="ariel"color="red"> RankSheet Expert </font></marquee> </body> </html>
These are the best example of Animating the text in different Style....
|
Applies to |
|
HTML
|
Rank It |
|