Why do I use marquee tag?
Since marquee tag can make something move, it is easier for your readers to notice it and with a proper design it can surely add spice to your blog.
How do I use marquee tag?
Just like the ordinary HTML tag you need to close marquee tag. <marquee>YOUR TEXT HERE</marquee>
Some important marquee tag attribute to use
You can use any or all attributes simultaneously
- Behavior - values ("scroll", "slide", "alternate")
- Direction - values ("left", "right", "up", "down")
- Scrollamount - values (Numbers # "1" being the slowest)
- Scrolldelay - values (Number between 100 and 1000) quite similar to Scrollamount
Remember to use this tag properly. If you have any question hit the comment.