Could someone tell me what is the error inside the marquee tag. Bcoz it gives me no results..?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Could someone tell me what is the error inside the marquee tag. Bcoz it gives me no results..??

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body style="background-color:rgb(0,0,128)"> <marquee direction=right behavior=alternate scrollamount=50 loop=10 hspace=200px vspace=200px bgcolor=lime>hello everybody</marquee> </body> </html>

11th Nov 2017, 8:11 AM
RiGeL
RiGeL - avatar
4 Answers
0
it is supported. Just decrease hspace to 20px or just remove hspace and vspace
11th Nov 2017, 8:44 AM
Niush
Niush - avatar
+ 6
<marquee> is not supported in html5
11th Nov 2017, 8:20 AM
qwerty
qwerty - avatar
+ 2
thank you alot
11th Nov 2017, 8:21 AM
RiGeL
RiGeL - avatar
+ 2
@Niush thank you alot now it works fine👍
11th Nov 2017, 8:50 AM
RiGeL
RiGeL - avatar