comit inicial

parents
# Ejercicio JavaScript
## Taller de introducción a las tecnologías web
##### Informática para el Desarrollo (ipd.ujaen.es)
##### scollado@ujaen.es
##### 21 de marzo de 2018
## Objetivo
Completar el archivo `ejercicio.html` de acuerdo a las siguientes indicaciones:
- Deben aparecer dos `inputs` numéricos, para que el usuario pueda introducir un intervalo.
- Una vez el usuario ha introducido los dos números, debe presionar un botón que llamará a una función `JavaScript`.
- La función debe generar un número aleatorio entre el intervalo definido por el usuario y mostrar dicho número en la página.
- El número aleatorio generado se deberá mostrar en forma de imagen y además ser reproducido en audio (a partir de los archivos multimedia que encontrarás en esta carpeta).
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment