Tip: you can modify some code before running
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=8" /><title>Js text without blinking code</title><style type="text/css" media="screen">* {Margin: 0; padding: 0;} body {font-family: Arial, Helvetica, sans-serif; font-size: 12px;} ul {list-style-type: none ;}</style></head><body>Color</body><script type="text/javascript">Document. getElementsByTagName ('A') [0]. style. color = 'blue'; function colorfulLink (obj) {setInterval (function () {switch (obj. style. color) {case 'Blue ': obj. style. color = 'red'; break; case 'Red': obj. style. color = 'green'; break; case 'green': obj. style. color = 'blue'; break; default: break; }}, 1000) ;}; colorfulLink (document. getElementsByTagName ('A') [0]);</script></html>
Tip: you can modify some code before running