HTML Marquee Generator
A marquee tag allows a user to automatically scroll text across the page horizontally or vertically. Marquee tag has been deprecated and should no longer be used.
Preview
Code
<marquee class="my-marquee" direction="right" scrollamount="6" behavior="scroll">Hello World!</marquee>
CSS
.my-marquee {
background: "#9f9f9f";
color: "#000000";
padding: 16px;
margin: 0px;
line-height: 12px;
}