Guest User

Untitled

a guest
Feb 6th, 2018
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Student Information System</title>
  5.     <link rel="stylesheet" type="text/css" href="css/main.css">
  6. </head>
  7. <body style="background-image: url(./images/back.jpg); background-repeat: no-repeat; background-size: cover;">
  8.     <ul>
  9.       <li><a>Student Information System</a></li>
  10.       <li style="float: right;"><a class="active" href="./index.html">Home</a></li>
  11.       <li style="float: right;"><a href="./register.html">New User</a></li>
  12.       <li style="float: right;"><a href="./index.html">Login</a></li>
  13.     </ul>
  14.  
  15. <marquee>
  16.    <font size ="8"  face="Georgia" color="#CE5722" ><i>Enter details</i></font>
  17. </marquee>
  18.     <div class="container">
  19.         <div class="register">
  20.             <form>
  21.                 <h4><i>Personal information:</i></h4>
  22.  
  23.                 <p style="float: left;">First name :
  24.                 <select>
  25.                 <option value="Male">Mr.</option>
  26.                 <option value="Female">Miss</option>
  27.                 </select>
  28.                 <input type="text" name="firstname" id="firstname"></p>
  29.  
  30.                 <p style="float: right;">Last name : <input type="text" name="lastname" id="lastname"></p>
  31.                 <br><br><br><br>
  32.  
  33.  
  34.                 <p style="float: left;">Guardian's name :
  35.                 <select>
  36.                 <option value="Male">Mr.</option>
  37.                 <option value="Female">Mrs.</option>
  38.                 </select>
  39.                 <input type="text" name="guardian" id ="guardian"></p>
  40.  
  41.                 <p style="float: right;">Date of Birth : <input type="date" name="dob" id = "dob"></p>
  42.                 <br><br><br><br>
  43.  
  44.                 <p style="float: left;">Phone Number: <input type="phone" name="phone" id = "phone"></p>
  45.  
  46.                 <p style="float: right;">Blood Group :
  47.                 <select>
  48.                 <option value="1">A+</option>
  49.                 <option value="2">B+</option>
  50.                 <option value="3">O+</option>
  51.                 <option value="4">AB+</option>
  52.                 <option value="5">AB-</option>
  53.                 </select>
  54.                 </p>
  55.  
  56.                 <br><br><br><br>
  57.  
  58.                 <p style="text-align: center;">House no. and street : <textarea name="address" rows="3" cols="50" id = "address"></textarea></p>
  59.  
  60.                 <p style="text-align: center;">State :
  61.                 <select>
  62.                 <option value="1">North India</option>
  63.                 <option value="2">South India</option>
  64.                 <option value="3">North East</option>
  65.                 <option value="4">West India</option>
  66.                 <option value="5">Not Listed</option>
  67.                 </select>
  68.  
  69.                 <!-- <textarea name="address" rows="1" cols="20"></textarea></p> -->
  70.                 <p style="text-align: center;">PinCode : <textarea name="address" rows="1" cols="10" id = "Pincode"></textarea></p>
  71.                 <br><br>
  72.             <!-- </form> -->
  73.         </div>
  74.     </div>
  75.  
  76.  
  77.     <div class="container">
  78.         <div class="register">
  79.             <!-- <form> -->
  80.                 <h4><i>College information:</i></h4>
  81.                 <p style="float: left;">Programme : <input type="text" name="Programme" id="Programme"></p>
  82.  
  83.                 <p style="float: right;">Course : <input type="text" name="course" id="course">
  84.                 <select>
  85.                 <option value="1st year">1st year</option>
  86.                 <option value="2nd year">2nd year</option>
  87.                 <option value="3rd year">3rd year</option>
  88.                 <option value="4th year">4th year</option>
  89.                 </select>
  90.                 </p>
  91.                 <br><br><br><br>
  92.                 <p style="float: left;">Registration Number : <input type="text" name="Regno" id = "Regno"></p>
  93.                 <p style="float: right;">Roll Number : <input type="text" name="Rollno" id = "Rollno"></p>
  94.                 <br><br><br><br>
  95.                 <p style="float: left;">Year of Study: <input type="text" name="year" id = "year"></p>
  96.  
  97.                 <p style="float: right;">Semester :
  98.                     <select>
  99.                 <option value="1">1</option>
  100.                 <option value="2">2</option>
  101.                 <option value="3">3</option>
  102.                 <option value="4">4</option>
  103.                 <option value="5">5</option>
  104.                 <option value="6">6</option>
  105.                 <option value="7">7</option>
  106.                 <option value="8">8</option>
  107.             </select>
  108.                 <br><br><br><br>
  109.                 <p style="text-align: center;">College Address : <textarea name="address" rows="3" cols="50"></textarea></p>
  110.                 <br><br>
  111.             <!-- </form> -->
  112.         </div>
  113.     <div class="container">
  114.         <div class="register">
  115.             <!-- <form> -->
  116.                 <h4><i>Other information:</i></h4>
  117.                 <p style="float: left;">HSS Board : <input type="text" name="Board" id="Board"></p>
  118.                 <p style="float: right;">School name : <input type="text" name="Schoolname" id ="Schoolname"></p>
  119.                 <br><br><br><br>
  120.                 <p style="float: left;">12th Marks (Enter in %): <input type="text" name="marks" id="marks"></p>
  121.                 <p style="float: right;">Year of passing : <input type="text" name="yearofpassing" id = "yearofpassing"></p>
  122.                 <br><br><br><br>
  123.                 <p style="float: left;">City: <input type="text" name="City" id = "City"></p>
  124.                 <p style="float: right;">State : <input type="text" name="State" id = "State"></p>
  125.                 <br><br><br><br>
  126.  
  127.             </form>
  128.         </div>
  129.         <input type="submit" name="submit" style="margin-left: 40%; margin-top: 50px;" class="button">
  130.         <input type="reset" name="reset" class="button">
  131.     </div>
  132.  
  133. </body>
  134. </html>
Add Comment
Please, Sign In to add comment