What is the use of Marquee in html? I once saw it in someone's code.......I thought it wasn't supported | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

What is the use of Marquee in html? I once saw it in someone's code.......I thought it wasn't supported

Marquee in Html

11th Oct 2021, 11:03 PM
Praise🇳🇬⚡🔥
Praise🇳🇬⚡🔥 - avatar
8 Antworten
+ 2
It is used to scroll your text
12th Oct 2021, 5:43 AM
SIDDHARTH A
SIDDHARTH A - avatar
+ 2
The <marquee> tag is a container tag of HTML is implemented for creating scrollable text or images within a web page from either left to right or vice versa, or top to bottom or vice versa. But this tag has been deprecated in the new version of HTML, i.e., HTML 5. Example: <marquee width="60%" direction="up" height="100px"> This is a sample scrolling text that has scrolls in the upper direction. </marquee>
13th Oct 2021, 2:08 AM
Arun Jamson
Arun Jamson - avatar
+ 1
12th Oct 2021, 7:21 AM
Praise🇳🇬⚡🔥
Praise🇳🇬⚡🔥 - avatar
0
To move the text but it isn't recommended to use marquee, instead you you apply css effect & do the same thing.
12th Oct 2021, 12:40 AM
zexu knub
zexu knub - avatar
12th Oct 2021, 7:58 AM
SIDDHARTH A
SIDDHARTH A - avatar
0
<marquee>Your Text Here...</marquee>
12th Oct 2021, 9:14 AM
Sancho Godinho
Sancho Godinho - avatar
0
<marquee direction="left">this is a heading</marquee> 💯👨🏻‍💻
13th Oct 2021, 12:31 PM
Shubham Bhatia
Shubham Bhatia - avatar
- 1
<marquee direction="right">i am superstar</marquee>
12th Oct 2021, 3:05 PM
Shubham Bhatia
Shubham Bhatia - avatar