Commit 31a1303f by Silvia Barrientos

Replace ejercicio1.html

parent 002bec99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JavaScript</title>
<link rel="stylesheet" href="styles.css">
</head>
<body onload="init()">
<script src="javaScript.js"></script>
<div class="contenedor">
<div class="numeros">
<button id="dos">2</button>
<button id=cinco>5</button>
<button id="calcular">Calcular</button>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JavaScript</title>
<link rel="stylesheet" href="styles.css">
</head>
<body onload="init()">
<script src="javaScript.js"></script>
<div class="contenedor">
<div class="numeros">
<button id="n1"></button>
<button id=n2></button>
<button id="calcular">Calcular</button>
</div>
</div>
</body>
</html>
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