WHAT IS MARQUEE TAG:
- It enables the text to move.
- <marquee behavior="" direction="">we will add text here</marquee>
For Style:
- <style>
background-color: red;
}
</style>
- we will add <font tag>to change the size of the text.
BEHAVIORS OF MARQUEE TAG:
- Alternate:
It will continue to move, bounces back from the right.
<marquee behavior="alternate" direction="">we will add text here</marquee>
- Scroll:
<marquee behavior="scroll" direction="">we will add text here</marquee>
- Slide:
<marquee behavior="slide" direction="">we will add text here</marquee>
SCROLL AMOUNT:
- It is specifically to fasten the speed of the behaviors of the marquee tag.
0 Comments