tebal and form
<body>
<div class="container">
<div class="row">
<div class="col-md6 col-md-offset-3" id="form">
<center><b class="heading">Registration Form</b></center>
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control" id="usr" name="Name" placeholder="Enter Your Name">
</div>
<div class="form-group">
<label>mail</label>
<input type="text" class="form-control" id="mail" name="Mail" placeholder="Enter Your Mail">
</div>
<div class="form-group">
<label>Passsword</label>
<input type="text" class="form-control" id="password" name="Password" placeholder="Enter Your Password">
</div>
<div class="form-group">
<label>Mobile Number</label>
<input type="text" class="form-control" id="number" name="Mobile Number" placeholder="Enter Your Mobile Number">
</div>
<div class="form-group">
<label>Date Of Birth</label>
<input type="date" class="form-control" id="dob" name="dob" placeholder="">
</div>
<div class="form-group">
<label>Select Gender</label>
<select class="form-control">
<option>Male</option>
<option>Female</option>
<option>other</option>
</select>
</div>
<div class="form-group">
<label>Addres</label>
<textarea class="form-control" row"6"></textarea>
</div>
<div class="form-group">
<label>city</label>
<input type="text" class="form-control" name="city" placeholder="City">
</div>
<div class="form-group">
<label for="city">State</label>
<input type="text" class="form-control" name="State" placeholder="State">
</div>
<div class="form-group">
<input type="file" class="form-control-file border">
</div>
<div class="form-control">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optradio">Option 1<br>
<input type="radio" class="form-check-input" name="optradio">Option 2<br>
<input type="radio" class="form-check-input" name="optradio" disabled>Option 3
</label>
</div>
<div class="form-control">
<label class="form-check-label">
<input type="checkbox" class="form-control" value="Option ">Option 1
<input type="checkbox" class="form-control" value="Option 2">Option 2
<input type="checkbox" class="form-control" value="Option 3">Option 3
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
<input type="file" class="form-control-file border" >
<button type="submit" class="btn btn-primary" >Submit</button>
<table class="table table-active">
<thead>
<tr>
<th>Name</th>
<th>Class</th>
<th>Nomber</th>
</thead>
<tbody>
<tr>
<td>subhash</td>
<td>10th</td>
<td>96.30%</td>
</tbody>
</teble>
<div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md6 col-md-offset-3" id="form">
<center><b class="heading">Registration Form</b></center>
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control" id="usr" name="Name" placeholder="Enter Your Name">
</div>
<div class="form-group">
<label>mail</label>
<input type="text" class="form-control" id="mail" name="Mail" placeholder="Enter Your Mail">
</div>
<div class="form-group">
<label>Passsword</label>
<input type="text" class="form-control" id="password" name="Password" placeholder="Enter Your Password">
</div>
<div class="form-group">
<label>Mobile Number</label>
<input type="text" class="form-control" id="number" name="Mobile Number" placeholder="Enter Your Mobile Number">
</div>
<div class="form-group">
<label>Date Of Birth</label>
<input type="date" class="form-control" id="dob" name="dob" placeholder="">
</div>
<div class="form-group">
<label>Select Gender</label>
<select class="form-control">
<option>Male</option>
<option>Female</option>
<option>other</option>
</select>
</div>
<div class="form-group">
<label>Addres</label>
<textarea class="form-control" row"6"></textarea>
</div>
<div class="form-group">
<label>city</label>
<input type="text" class="form-control" name="city" placeholder="City">
</div>
<div class="form-group">
<label for="city">State</label>
<input type="text" class="form-control" name="State" placeholder="State">
</div>
<div class="form-group">
<input type="file" class="form-control-file border">
</div>
<div class="form-control">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optradio">Option 1<br>
<input type="radio" class="form-check-input" name="optradio">Option 2<br>
<input type="radio" class="form-check-input" name="optradio" disabled>Option 3
</label>
</div>
<div class="form-control">
<label class="form-check-label">
<input type="checkbox" class="form-control" value="Option ">Option 1
<input type="checkbox" class="form-control" value="Option 2">Option 2
<input type="checkbox" class="form-control" value="Option 3">Option 3
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
<input type="file" class="form-control-file border" >
<button type="submit" class="btn btn-primary" >Submit</button>
<table class="table table-active">
<thead>
<tr>
<th>Name</th>
<th>Class</th>
<th>Nomber</th>
</thead>
<tbody>
<tr>
<td>subhash</td>
<td>10th</td>
<td>96.30%</td>
</tbody>
</teble>
<div>
</div>
</div>
Comments
Post a Comment