Preview:
<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>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter