-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPesoGalactico.html
32 lines (22 loc) · 956 Bytes
/
PesoGalactico.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE>
<html>
<head>
<title>Jose Antonio </title>
<link rel="stylesheet" type="text/css" href="PesoGalactico.css">
<script type="text/javascript" src="PesoGalactico.js"></script
</head>
<center>
<font color="white">
<label>Peso en el sistema solar</label><br>
<label>Ingresa tu masa :</label><input type=texto id=Masa><br>
<label>Ingresa tu planeta favorito</label><input type=texto id=Plafav><br>
<label>Ingresa la gravedad de tu planeta favorito</label><input type=texto id=Gra><br>
<label>Resultado</label><input type=texto id=Res><br>
<input onclick="CalcularPeso()" type=button value=CalcularPeso name=btnPeso>
<input type=button onclick="Borrar()" value=Borrar name=btnBorrar>
</form>
<p> Si quieres entretenerte en averiguar tu peso por otros astros, aquí te dejo algunos datos de gravedad.</p>
<img src="tapla.jpg" width="350px">
</font>
</body>
</html>