marquee tag in HTML


 The HTML <marquee> tag is a non-standard and deprecated element used to create scrolling text or images within a web page. While it can still be used in some browsers for
compatibility, its use is strongly discouraged in modern web development. 

<marquee behavior="scroll" direction="left" bgcolor="yellow" loop="3">

  This text will scroll three times from right to left with a yellow background.

</marquee>


Post a Comment

0 Comments