,
Share with your friends 

Animating a text from top to bottom and bottom to top

10 ratings Views 177 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

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

Login to rank it

Report


Advertisement