Français
<!--Pour obtenir cet effet, deux étapes sont nécessaires. La première étape consiste à ajouter le code suivant à la zone <head>--> <script language="JavaScript"> <!-- Script de texte amusant par Bart Jellema. var hellotext= "Bienvenue dans la Website Building Academy" var thetext="" var start=false var step=0 var times=1 function Welcometext() { times-- if (times==0) { if (started= =false) { démarré = 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 (étape==2) { window.status='=>=='+thetext+'==<='} if (étape==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> <!--Étape 2 : Ajoutez "onLoad="welcometext()"" à la balise <body> --> <body onLoad="welcometext()">