martes, 11 de septiembre de 2012

datos

</style>
</head>

<body>
<div align="center" class="Estilo1">Multiplicacion de Dos Numeros
  <form id="form1" name="form1" method="post" action="resultado.php">
    <p>
      <label>
      <div align="left">VALOR UNO
        <input name="uno" type="text" id="uno" />
      </div>
      </label>
    </p>
    <p align="left">
      <label>VALOR DOS
      <input name="dos" type="text" id="dos" />
      </label>
    </p>
    <p align="left">
      <label>
      <input type="submit" name="Submit" value="Calcular" />
      </label>
      <label>
      <input type="reset" name="Submit2" value="Restablecer" />
      </label>
    </p>
  </form>
</div>
</body>
</html>

No hay comentarios:

Publicar un comentario