한국어
<!--헤드 영역에 다음 코드를 입력하세요--> <SCRIPT LANGUAGE="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a="Website Building Academy"; word .style.color="red"; linkSwitch(); } //http://www.downcodes.com의 추가 자바스크립트 function linkSwitch(){clearTimeout(go); ) +a.charAt(0); esh.innerText=a; go=setTimeout("linkSwitch()",100) } function stp(word){ esh.innerText="웹사이트 구축 아카데미"; word.style.color="blue"; } //--> </SCRIPT> <!--html 코드의 <body>와 </body> 사이에 다음 코드를 삽입하세요. --> <A HREF= "http: //www.downcodes.com" onmouseover="greenlight(this)" onmouseout="stp(this)"><span id="esh"> 웹사이트 구축 아카데미</span></A>