+ 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>
3 odpowiedzi
+ 6
<marquee> is not supported in html5
+ 2
thank you alot
+ 2
@Niush thank you alot now it works fine👍