+ 1
Is marquee a valid tag in HTML5?
5 ответов
+ 2
@FMSuhail In a way yes. I once used marquee on my HTML code, but since Sololearn is imperfect it doesn't care
+ 1
u can use marquee in html 5
+ 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>
+ 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