한국어
<!--이 효과를 얻으려면 두 단계가 필요합니다. 첫 번째 단계는 <head> 영역에 다음 코드를 추가하는 것입니다.--> <script 언어="JavaScript"> <!-- Bart Jellema의 재미있는 텍스트 스크립트입니다. var hellotext= "웹사이트 구축 아카데미에 오신 것을 환영합니다" var thetext="" var start=false var step=0 var times=1 function Welcometext() { times-- if (times==0) { if (started= =false) { 시작됨 = true ; window.status = hellotext; setTimeout("anim()",1) } thetext = hellotext } } function showstatustext(txt) { thetext = txt; 4000) times++ } function anim( ) { step++ if (step==7) {step=1} if (step==1) {window.status='>==='+thetext+'===<'} if (단계==2) { window.status='=>=='+thetext+'==<='} if (단계==3) {window.status='>=>='+thetext+'=<= <'} if (단계==4) {window.status='=>=>'+thetext+'<=<='} if (단계==5) {window.status='==>='+thetext+ '=<=='} if (step==6) {window.status='===>'+thetext+'<==='} setTimeout("anim()",200) } </script> <!--2단계: <body> 태그에 "onLoad="welcometext()""를 추가합니다 --> <body onLoad="welcometext()">