!DOCTYPE html>

<html lang=”en”>

<head>

    <meta charset=”UTF-8″>

    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>

    <title>Marwari College Registration</title>

</head> <h1 >MARWARI COLLEGE REGISTRATION</h1>

<body> <table cellspacing: 50%;>

<h3>Basic Details</h3>

<pre>

 <label for=””>1. Name : </label>

 <input type=”text”>

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

  <label for=””> 2.Father Nmae :</label>

  <input type=”text”>

  <br>

   <label for=””> 3.Mother Nmae :</label>

  <input type=”text”>

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

  <label for=””>4.Present Address :</label>

 <input type=”text”>

<br>

  <label for=””>5.Permanent Address:</label>

 <input type=”text”>

   &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

 <label for=””> 6.Date of Birth:</label>

 <input type=”date”>

 <br>

  <label for=””> 7.Gender:</label>

  <select >

    <option value=””> Male</option>

    <option value=””> Female</option>

    <option value=””>Transgender</option>

  </select>

  &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

  <label for=””>8.Category:</label>

 <select >

    <option value=””> SC</option>

    <option value=””> ST</option>

    <option value=””>GEN</option>

    <option value=””> OBC</option>

  </select>

<br>

 <label for=””>9.Religion:</label>

<select >

    <option value=””> HINDU</option>

    <option value=””> MUSLIM</option>

    <option value=””>SHIKH</option>

    <option value=””> CHRISTAIN</option>

    <OPTION> OTHERS</OPTION>

  </select>

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

 <label for=””>10.Nationality:</label>

<select name=”Nationality” > <option value=””> INDIAN</option>

<option value=””> NRI</option></select>

<br>

 <label for=””>11.Aadhar Number:</label>

<input type=”text” >

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

 <label for=””> 12.Mobile Number:</label>

<input type=”number” >

 <br>

<label for=””> 13.E-mail:</label>

<input type=”text”> </pre>

<h3>Educational Details</h3>

<pre>

 <label for=””> 14. Exam Passed :</label>

<input type=”date” >

 &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

 <label for=””>15. Previous Year Registration No.:</label>

<input type=”text” >

 <br>

 <label for=””> 16.Previous School/ College Name :</label>

<input type=”text” >

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

 <label for=””> 17. Roll no.</label>

<input type=” number” >

 <br>

<label for=””>18.Marks Obtain:</label>

<input type=”number”>

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;

<label for=””>19. Total Marks :</label>

<input type=”number”>

 <br>

<button>Submit</button>

</pre>

</table>

</body>

</html>

Leave a Comment