+ 1

what is marquee?

What is marquee in html? 😐

6th Nov 2016, 11:28 AM
Mashrafe
Mashrafe - avatar
3 Answers
+ 1
A kind of ..simple text visual effect(animation). where your text moves across the whole webpage.
17th Nov 2016, 4:55 AM
Mitesh Wadekar
Mitesh Wadekar - avatar
+ 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
6th Nov 2016, 11:35 AM
Mashrafe
Mashrafe - avatar
+ 2
Friendly reminder that <marquee> doesn't exist in HTML5 anymore :)
6th Nov 2016, 11:57 AM
Schindlabua
Schindlabua - avatar