Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2087 How do I make text blink?

You are here: irt.org | FAQ | HTML | Q2087 [ previous next ]

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

©2018 Martin Webb