WHAT IS MARQUEE TAG:

  • It enables the text to move.
  • <marquee behavior="" direction="">we will add text here</marquee>

For Style:

  • <style>
                      marquee{
                        
                                      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:
The text will come again from the right.

                   <marquee behavior="scroll" direction="">we will add text here</marquee>
  • Slide:
It will be constant on the left side.

                    <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.