What is a marquee? How to use it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is a marquee? How to use it?

10th Nov 2016, 10:08 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
3 Answers
+ 2
The HTML <marquee> element is used to insert a scrolling area of text. See this jsfiddle DEMO : https://jsfiddle.net/api/mdn/ Also refer to this MDN Page: https://developer.mozilla.org/ar/docs/Web/HTML/Element/marquee
10th Nov 2016, 12:11 PM
Shady Alset
Shady Alset - avatar
+ 1
marquee tag used movement of text or image ex <marquee>hi everyone/marquee> its default take left to right movement if we want chance the direction using direction attribute make it possible left,right up,down
10th Nov 2016, 6:12 PM
ANAND ALABAL
ANAND ALABAL - avatar
+ 1
marquee tah used to move some specific text/image like from left to right, or right to left, top to bottom. it have 3 different styles too, scroll, alternate and slide , for more attributes check w3school or tutorialspoint
10th Nov 2016, 8:25 PM
Dhruv Saxena
Dhruv Saxena - avatar