Marquee
By using this tag we can display the moving contain
on the browser window. Marquee tag contains the following attributes
(1) Direction:
by using this attribute we can specify the direction
to the content in which direction that has to move direction attribute can have
the following values left, right, up, down.
(2) Scrollamount:
by using this attribute use can specify the speed of
the content.
(3) Loop:
by using this attribute we can specify how
many number of times that text has to be moved on the browser window.
(4) Behavior: by using this attribute we can specify the style to
the moving content this attribute can have the following values.
(a) Scroll
(b) Alternate
(c) slide
<html><body bgcolor='green'><font color='red'><marquee direction='right' scrollamount='10' loop='5' behavior='slide'> welcome </marquee></font></body></html>
No comments:
Post a Comment