how to use marquee tag with demo and process
Answers
Answered by
0
Hey Mate!!
The <marquee> element was used to identify text that should move across a defined section of a webpage in a horizontal or vertical direction. The element has been deprecated and should no longer be used. CSS or JavaScript can be used to create similar effects.
Regards Vishal__________(BhamBhamBhole)
_-_-_
#BeBrainly✌✌
The <marquee> element was used to identify text that should move across a defined section of a webpage in a horizontal or vertical direction. The element has been deprecated and should no longer be used. CSS or JavaScript can be used to create similar effects.
Regards Vishal__________(BhamBhamBhole)
_-_-_
#BeBrainly✌✌
Answered by
2
Here's your answer:
______________________________________________
A marquee displays a scrolling text message. You can place moving or scrolling text in your webpage using <MARQUEE> tag.
To use the marquee, do the following:
1. Type the tag <MARQUEE> with the attributes.
2. Type the text.
3. Type the closing tag </MARQUEE>
Some of the attributes of this tag are:
SCROLLAMOUNT, BEHAVIOR, DIRECTION, BGCOLOR, WIDTH, HEIGHT.
For Example:
<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT SCROLLAMOUNT=1 BGCOLOR=YELLOW WIDTH=20% HEIGHT=20%>This is Marquee tag.</MARQUEE>
____________________________________________
Hope it helps..!!! :)
jeane:
no it did not
Similar questions