Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2087 How do I make text blink?

irt.org | Knowledge Base | HTML | Q2087 [ previous next ]

Q2087 How do I make text blink?

Use this code:

 <BLINK>text text text</BLINK>

John Barrington writes:

Wow! Both of the following blink fine in Netscape, but neither blinks in Internet Explorer 5!!

var enter = "Enter: "
...

document.writeln(enter.blink())
document.writeln ("<blink>Enter: </blink>") 

Note: blink is a Netscape extension to the HTML specification - this is why it does not work in Internet Explorer

Feedback on 'Q2087 How do I make text blink?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.