how to make answers with marquee tag in BRAINLY ?
Answers
Answer:
Answer
1.0/5
13
StutiSharma69
Expert
119 answers
7.2K people helped
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..!!! :)
Answer:
Type the tag <MARQUEE> with the attributes.
Type the text.
Type the closing tag </MARQUEE>