<body> <h1>Is this text blinking?</h4> <p><b>Note:</b> The "blink" value is not supported in IE, Chrome, or Safari.</p> </body>
</html>
<html><head><style type="text/css">h1 {text-decoration:blink;}</style></head><body><h1>Is this text blinking?</h4><p><b>Note:</b> The "blink" value is not supported in IE, Chrome, or Safari.</p></body
The color of the sky is blue, but if you look at the trees, they are green. This effect is produced using the <span> element with the style ="color: 'green'" attribute set.
The color of the sky is blue, but if you look at the trees, they are green. This effect is produced using the <span> element with the style ="color: 'green'" attribute set.
document.GetElementById('text').InnerHTML = ''+ text +'';
setTimeout('flash2()',1000);
}
function flash2(){
document.GetElementById('text').InnerHTML = ''+ text +'';
setTimeout('flash1()',1000);
}
Hi
..."flash1()"> var text = 'Hi';function flash1(){document.GetElementById('text').InnerHTML = ''+ text +'';setTimeout('flash2()',1000);}function flash2(){document.GetElementById('text').InnerHTML = ''+ text +'';setTimeout('flash1()',1000);} Hi