"Jyan First Form"
Bootstrap 3.3.0 Snippet by JyanShankar

<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 ----------> <div class="container"> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Jyan</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="Name">Name</label> <div class="col-md-6"> <input id="Name" name="Name" type="text" placeholder="placeholder" class="form-control input-md" required=""> <span class="help-block">Eg:Raja</span> </div> </div> <!-- Password input--> <div class="form-group"> <label class="col-md-4 control-label" for="password">Password</label> <div class="col-md-6"> <input id="password" name="password" type="password" placeholder="******" class="form-control input-md" required=""> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="singlebutton">Login</label> <div class="col-md-4"> <button id="singlebutton" name="singlebutton" class="btn btn-primary">Login</button> </div> </div> <!-- File Button --> <div class="form-group"> <label class="col-md-4 control-label" for="filebutton">Select File</label> <div class="col-md-4"> <input id="filebutton" name="filebutton" class="input-file" type="file"> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: