"İnsan Kaynakları Formu - Eğitim Durumunuz"
Bootstrap 3.3.0 Snippet by tekkod

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Eğitim Durumunuz</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for=" primaryeducation">İlk Öğretim</label> <div class="col-md-4"> <input id=" primaryeducation" name=" primaryeducation" type="text" placeholder="İlk Öğretim" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="highschool">Lise</label> <div class="col-md-4"> <input id="highschool" name="highschool" type="text" placeholder="Lise" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="associatedegree">Ön Lisans</label> <div class="col-md-4"> <input id="associatedegree" name="associatedegree" type="text" placeholder="Ön Lisans" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="license">Lisans</label> <div class="col-md-4"> <input id="license" name="license" type="text" placeholder="Lisans" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="doctorate">Lisans Üstü</label> <div class="col-md-4"> <input id="doctorate" name="doctorate" type="text" placeholder="Lisans Üstü" class="form-control input-md"> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: