ภาษาไทย
<!--ใส่โค้ดต่อไปนี้ในบริเวณส่วนหัว--> <SCRIPT LANGUAGE="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a="Website Building Academy"; word .style.color="red"; linkSwitch(); } //จาวาสคริปต์เพิ่มเติมจาก http://www.downcodes.com ฟังก์ชั่น linkSwitch(){ clearTimeout(go); b=a=a.substring(1,100 ) +a.charAt(0); esh.innerText=a; go=setTimeout("linkSwitch()",100); } ฟังก์ชั่น stp(word){ clearTimeout(go); word. style.color="blue"; } //--> </SCRIPT> <!--ใส่โค้ดต่อไปนี้ระหว่าง <body> และ </body> ของโค้ด html: --> <A HREF= "http: //www.downcodes.com" onmouseover="greenlight(this)"; onmouseout="stp(this)"><span id="esh"> สถาบันการสร้างเว็บไซต์</span></A>