attributes of the Marquee tag
Answers
Answer:
Attributes
Attribute Description
height Height of the marquee (expressed in either pixels or percent)
hspace White space to insert to the left and right of the scrolling text (expressed in pixels)
loop The number of times that the text will scroll. The default value is -1 which means that the marquee will loop continuously.
Explanation:
Marquee tag
It defines the text that scrolls across the user's display. It's attributes are:-
1) Height
Sets the height of the marquee in pixels.
2) Width
Specifies the width of the marquee in pixels.
3) Direction
Specifies the direction in which the marquee should scroll. This can have values like up, down, left or right.
4) Behavior
Specifies the type of scrolling of the marquee. This an have values like scroll, slide and alternate .
5) Scrolldelay
This specifies the speed of the marquee text.
6) Loop
This specifies how many times the marquee element should scroll on the screen.
7) Bgcolor
This specifies the background colour.
8) Hspace
This specifies horizontal space around the marquee.
9) Vspace
This specifies vertical space around the marquee.