+ 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
8 Réponses
+ 2
It is used to scroll your text
+ 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>
+ 1
0
To move the text but it isn't recommended to use marquee, instead you you apply css effect & do the same thing.
0
0
<marquee>Your Text Here...</marquee>
0
<marquee direction="left">this is a heading</marquee>
💯👨🏻💻
- 1
<marquee direction="right">i am superstar</marquee>