Red de conocimiento informático - Aprendizaje de programación - Código fuente HTML divertido

Código fuente HTML divertido

& lthtml & gt

& ltbody & gt

& ltEnter? tipo="texto"? id="reloj"? tamaño="30"? />

<Span? ¿IDENTIFICACIÓN? =?"Estado"? />

<Script? idioma = javascript & gt

var? ¿segundo? =?5;

var? int=setInterval("reloj()", 1000)

¿Función? reloj()

{

document.getElementById("reloj "). ¿valor? =?"Cuenta regresiva:"+segundos;

if (segundos?==?0){

borrar intervalo(int);

documento getelementbyid(. "estado"). HTML interno? =?"Juego?Fin";?

}

En caso contrario{

¿segundos? =?sec-1;

}

}

& lt/script & gt;

& lt/body & gt;

</html>