<html>
<body>
<form action="calculadora.php" method="GET">
Operando1: <input type="text" name="op1" />
Operando2: <input type="text" name="op2" /></br>
<input type="radio" value="+" name="ope">+</br>
<input type="radio" value="-" name="ope">-</br>
<input type="radio" value="*" name="ope">*</br>
<input type="radio" value="/" name="ope">/</br>
<input type="submit" />
</form>
</body>
</html>
Archivo del blog
jueves, mayo 22
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario