The blink and marquee Tags : Marquee « HTML « JavaScript DHTML






The blink and marquee Tags

<html>
<head>
<title>Blinking and Scrolling Text</title>
</head>
<body>
<p><blink>Watch this text blink!</blink></p>
<p><marquee>Watch this text scroll!!!</marquee></p>
</body>
</html>

           
       








Related examples in the same category

1.Marquee 'direction' Example
2.'behavior' Example
3.'trueSpeed' Example
4.'scrollAmount' Example
5.'scrollDelay' Example
6.Marquee 'start()' Example
7.Marquee 'stop()' Example
8.Controlling MARQUEE Object Properties