A HTML marquee is a scrolling piece of text displayed either
horizontally across or vertically down your web site page depending on
the settings. This is created by using HTML tag .
NOTE: The HTML
Syntax:
A simple syntax to use marquee is as follows:
|
Attrubutes:
A HTML marquee can have following attributes:
- width: how wide the marquee is. This will have a value like 10 or 20%etc.
- height: how tall the marquee is. This will have a value like 10 or 20% etc.
- direction: which direction the marquee should scroll. This will have value either up, down, left or right.
- behavior: what type of scrolling. This will have value scroll, slid and alternate.
- scrolldelay: how long to delay between each jump. This will have a value like 10 etc.
- scrollamount: how far to jump. This will have a value like 10 etc.
- loop: how many times to loop. The default value is INFINITE, which means that the marquee loops endlessly.
- bgcolor: background color. This will have any color name or color hex value.
- hspace: horizontal space around the marquee. This will have a value like 10 or 20%etc.
- vspace: vertical space around the marquee. This will have a value like 10 or 20%etc.
Examples:
Here are few examples to demonstrate the usage of marquee tag.
To Become more comfortable -
Do Online Practice
|
|
This will produce following result:
|
This is basic example of marquee
|
|
|
This will produce following result:
|
This example will take only 50% width
|
|
|
This will produce following result:
|
This text will scroll from left to right
|
|
|
This will produce following result:
|
This text will scroll from bottom to up
|
0 comments:
Post a Comment