Sunday, October 3, 2010

HTML - Marquee Tag

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>

No comments:

Post a Comment

Send your Design, Code or any other Creations to qualitypointmail@gmail.com for showing them here. You can mention your contact details(email id, phone) also

If you are an Expert, you can give review comments or feedback to show your skills

This blog will help you to get more opportunities as this blog will be linked to our other blogs and sites which attract more visitors.

A Good Beginning Is Half Done

Start Freelancing