Marquee tag enables to create the scrolling text.Attributes involved in this tag are.
Bgcolor - Background color behind the text.
Behavior-Determines how the text scrolls.Different values for this attribute are alternate,scroll and slide.
Direction-This attribut determines direction of text scroll.The possible directions are left,right,bottom and top.
Loop-Determines the number of times the marquee text will scroll.
Scrollamount-Determines the amount of pixels the text scrolls between each drawing of the marquee.
Scrolldelay-It is used to set the number of milliseconds between each rendering of the scrolled message.
Title-This attribute is used to provide advisory information.
Example :
<html>
<head>
<title>MARQUEE</title>
</head>
<body>
<Marquee bgcolor=pink behavior="alternative" direction="right" loop="6" scrollamount="10"
scrolldelay="10" title="welcome to Marquee world">Welcome to Qualitypoint
Technologies</Marquee>
</body>
</html>
A Good Beginning Is Half Done
Sunday, October 3, 2010
HTML - Marquee Tag
Labels:
HTML
Subscribe to:
Post Comments (Atom)
Find more freelance jobs
No comments:
Post a Comment