Commit eaf19b33 by roshka

Html de los dados.

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dados</title>
</head>
<body>
<center>
<h1>Bienvenido a Tirar el dado</h1>
</center>
<script>
"use strict"
function lanzar() {
var numero = Math.floor(Math.random()*6)+1;
if (numero == 1) {
document.write('<img src="dado1.png">')
}
if (numero == 2) {
document.write('<img src="dado2.png">')
}
if (numero == 3) {
document.write('<img src="dado3.png">')
}
if (numero == 4) {
document.write('<img src="dado4.png">')
}
if (numero == 5) {
document.write('<img src="dado5.png">')
}
if (numero == 6) {
document.write('<img src="dado6.png">')
}
var numero = Math.floor(Math.random()*6)+1;
if (numero == 1) {
document.write('<img src="dado1.png">')
}
if (numero == 2) {
document.write('<img src="dado2.png">')
}
if (numero == 3) {
document.write('<img src="dado3.png">')
}
if (numero == 4) {
document.write('<img src="dado4.png">')
}
if (numero == 5) {
document.write('<img src="dado5.png">')
}
if (numero == 6) {
document.write('<img src="dado6.png">')
}
var numero = Math.floor(Math.random()*6)+1;
if (numero == 1) {
document.write('<img src="dado1.png">')
}
if (numero == 2) {
document.write('<img src="dado2.png">')
}
if (numero == 3) {
document.write('<img src="dado3.png">')
}
if (numero == 4) {
document.write('<img src="dado4.png">')
}
if (numero == 5) {
document.write('<img src="dado5.png">')
}
if (numero == 6) {
document.write('<img src="dado6.png">')
}
var numero = Math.floor(Math.random()*6)+1;
if (numero == 1) {
document.write('<img src="dado1.png">')
}
if (numero == 2) {
document.write('<img src="dado2.png">')
}
if (numero == 3) {
document.write('<img src="dado3.png">')
}
if (numero == 4) {
document.write('<img src="dado4.png">')
}
if (numero == 5) {
document.write('<img src="dado5.png">')
}
if (numero == 6) {
document.write('<img src="dado6.png">')
}
var numero = Math.floor(Math.random()*6)+1;
if (numero == 1) {
document.write('<img src="dado1.png">')
}
if (numero == 2) {
document.write('<img src="dado2.png">')
}
if (numero == 3) {
document.write('<img src="dado3.png">')
}
if (numero == 4) {
document.write('<img src="dado4.png">')
}
if (numero == 5) {
document.write('<img src="dado5.png">')
}
if (numero == 6) {
document.write('<img src="dado6.png">')
}
}
</script>
<div style="background-color: darkgoldenrod">
<center>
<button onclick="lanzar()">TIRAR!</button>
</center>
</div>
</body>
</html>
\ No newline at end of file
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 to comment