"Formulario"
Bootstrap 4.1.1 Snippet by ErosLingua

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> Cursos <button type="button" class="btn btn-success btn-sm">+</button> <div class="form-group"> <label for="ejemplo_email_1">Año</label> <input type="email" class="form-control" id="ejemplo_email_1" placeholder=""> </div> <div class="form-group"> <label for="ejemplo_password_1">División</label> <input type="password" class="form-control" id="ejemplo_password_1" placeholder=""> </div> <div class="form-group"> <label for="ejemplo_password_1">Ocupación</label> <input type="password" class="form-control" id="ejemplo_password_1" placeholder=""> </div> <div class="form-group"> <label for="ejemplo_password_1">Ciclo</label> <input type="password" class="form-control" id="ejemplo_password_1" placeholder=""> </div> <div class="form-group"> <label for="ejemplo_password_1">Estado</label> <input type="password" class="form-control" id="ejemplo_password_1" placeholder=""> </div> <button type="button" class="btn btn-info">Guardar</button> <button type="button" class="btn btn-default">Cancelar</button> </form>

Related: See More


Questions / Comments: