マーキータグにテキストがあります。
<marquee direction="left" scrollamount="4">
Test Test Test Test Test
</marquee>
html5とcss3を使用しています。w3cバリデーターでhtmlをチェックすると、次のエラーが表示されます。
Element marquee not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
<marquee direction="left" scrollamount="4">
これを修正する方法は?