Form proyecto final

PHOTO EMBED

Sat Apr 23 2022 07:48:50 GMT+0000 (Coordinated Universal Time)

Saved by @kuba

<div>
     <form method = "post" action="/a">


        <label for="nombre">Nombre:</label>
        <input type="text" id="nombre" name="nombre" class="form-control"><br><br>

        <label for="precio">Precio:</label>
        <input type="text" id="precio" name="precio" class="form-control"><br><br>

        <label for="lugar">Localización:</label>
        <input type="text" id="lugar" name="lugar" class="form-control"><br><br>

        <label for="stock">Stock:</label>
        <input type="text" id="stock" name="stock" class="form-control"><br><br>

        <label for="descripcion">Descripción:</label>
        <input type="text" id="descripcion" name="descripcion" class="form-control"><br><br>

        <button type="submit" name="anade" value="anade" class="btn btn-success">Añade producto</button><br><br>



     </form>

   </div>
content_copyCOPY