In javascript, the blink() method makes the text blink. The blink() method does not work in Internet Explorer. The general format is: string.blink(); Example: <script type="text/javascript"> var string="Good morning John"; document.write(string.blink()); </script> See Also: