Search code examples
htmlmarquee

marquee tag still works, is it okay to use it?


Possible Duplicate:
Is it acceptable to use the marquee element in HTML?

I tried, the old ancient marquee tag, and it still works. Is it okay to use it?

<html>
<head>
<title>
</title>
</head>
<body>
    <marquee> 
        <h1>Hello</h1> 
    </marquee>
</body>
</html>

Solution

  • Do not use <marquee>

    According to Wikipedia

    The marquee tag is a non-standard HTML element which causes text to scroll up, down, left or right automatically. The tag was first introduced in early versions of Microsoft's Internet Explorer, and was compared to Netscape's blink element, as a proprietary non-standard extension to the HTML standard with usability problems. It is deprecated by the W3C and not advised by them for use in any HTML documents.