Search code examples
htmlvalidationonmouseovermarquee

Can I validate the <marquee>?


Is there a way to validate the tag? And I have two elements with OnMouseOver attribute, and the validator, too don't validate them. The only errors are these. So if you know a way, please share...


Solution

  • There is no way to validate the <marquee> tag since it is not a standard html element. You will have to use JavaScript. Here is another SO question that might lead you in the right direction. Javascript Marquee to replace tags