한국어
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 완전한 HTML 코드--> <html > <head> <title> 웹 페이지 특정 영역의 색상 변경</title> <style> .a{Background-color:blue;} .b{Background-color:white;} </style> <script> function colorOn() { if(document.getElementById("c").className=="a") document.getElementById("c").className="b"; else document.getElementById("c").className= " a"; setTimeout("colorOn()",190) } </script> </head> <body onload="colorOn()"> <span id=c style="position:absolute;top:20pt;left : 100pt;width=530;height=25;">Nanyang Institute of Technology 알림: Microsoft 데모 시험이 2005년 4월로 연기됩니다</span> </body> </html> <br><br><br> < p ><font color=red>//저자: 난양 공과대학 소프트웨어 학부, Ren Binyu 연락처: 0377-3114024, 0373-7916269 </font></p>