+ 1
what is marquee?
What is marquee in html? đ
3 Answers
+ 1
A kind of ..simple text visual effect(animation). where your text moves across the whole webpage.
+ 2
i figured it out:
An HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down your webpage depending on the settings. This is created by using HTML <marquees> tag.-tutorialspoint and
syntax:
<marquee attribute_name="attribute_value" attributes>
One or more lines or text message or image
</marquee>
đđtnx
+ 2
Friendly reminder that <marquee> doesn't exist in HTML5 anymore :)