Latest

recent

JavaScript blink() Method

Definition and Usage

The blink() method is used to display a blinking string.

Syntax

stringObject.blink()


Tips and Notes

Note: This method does not work in Internet Explorer.

Example

In this example "Hello world!" will be displayed as blinking text:

<script type="text/javascript">
var str="Hello world!";
document.write(str.blink());
</script>
JavaScript blink() Method Reviewed by 1000sourcecodes on 02:18 Rating: 5
Powered by Blogger.