Search code examples
htmlmarquee

Create a Marquee in html


I want to Create a Marquee that when text Exit from one Side and show on other side

like i have code something like that

<marquee behavior="scroll" scrollamount="1.5">Hello World</marquee>

Its shows Hello World move from left to right when first letter hide that it enters left side then i want that i doesn't hide it begin again from left side. Like H hide from left then H shows at right side.


Solution

  • put

    marquee behavior="alternate">

    to fix it...