Marquee:-
Animation of text or picture is marquee.It is one kind of dynamic effect of web.To insert the marquee effect use as below:-
Tag:-
<marquee> ..........</marquee>
Attributes:-
For Directions:-
direction="left/right/up/down"
-left -move to left
-right--move to right.
-up--move to up.
-down--move to down.
behavior="alternate/scroll/slide"
alternate direct the elements from left to right and right to left continuously.
scroll-animates continuously left to right and right to left.
slide--only once and stops.
For size:-
width="number"
height= "number"
For speed:-
scrollamount="number"-differentiate the scrolling quality.
scrolldelay="number"- fast and slow.
bgcolor="color name"
syntax:-
<marquee direction=" " behavior=" " width=" " scrolldelay=" " bgcolor=" ">
[text or picture]
</marquee>
For Further Reading,

0 comments:
Post a Comment