Is marquee a valid tag in HTML5? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Is marquee a valid tag in HTML5?

2nd Feb 2018, 6:29 AM
Ragini Bharti
Ragini Bharti - avatar
5 Antworten
+ 2
@FMSuhail In a way yes. I once used marquee on my HTML code, but since Sololearn is imperfect it doesn't care
2nd Feb 2018, 8:17 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
u can use marquee in html 5
2nd Feb 2018, 6:32 AM
FMSuhail
FMSuhail - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <marquee behavior = "alternate"> <marquee width ="200"> <h1>This is my frist moving text</h1></marquee></marquee> </body> </html>
2nd Feb 2018, 8:47 AM
FMSuhail
FMSuhail - avatar
+ 1
it's better to use a cms script then a fast moving html marquee unless you are running a stock ticker. Yes the marquee may look good on a full PC screen but on a hand held device not so great and you have very minimal control unlike a cms script. IMO
2nd Feb 2018, 3:46 PM
BroFar
BroFar - avatar