Русский
<!--Для достижения этого эффекта необходимо выполнить два шага. Первый шаг — добавить следующий код в область <head> --> <script Language="JavaScript"> <!-- Забавный текстовый скрипт от Барта Джеллемы. 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; setTimeout("welcometext()", 4000) times++ } function anim( ) { Step++ if (step==7) {step=1} if (step==1) {window.status='>==='+thetext+'===<'} if (step==2) { window.status='=>=='+thetext+'==<='} if (step==3) {window.status='>=>='+thetext+'=<= <'} if (step= =4) {window.status='=>=>'+thetext+'<=<='} if (step==5) {window.status='==>='+thetext+ '=<=='} if (step==6) {window.status='===>'+thetext+'<==='} setTimeout("anim()",200); </script> <!--Шаг 2: Добавьте «onLoad="welcometext()"" в тег <body> --> <body onLoad="welcometext()">