Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <head>
  2. <link rel="stylesheet" href="" type="text/css" />
  3. </<head>
  4.  
  5.  
  6. <body>
  7. <h1>Interest Registration</h1>
  8.  
  9. <table>
  10. <form>
  11.  
  12. </form>
  13. </table>
  14.  
  15. <tr>
  16. <td>Name :</td>
  17. <td> <input type="text" name="firstName"></td>
  18. </tr>
  19.  
  20. <tr>
  21. <td>school :</td>
  22. <td> <input type="text" name="school"></td>
  23. </tr>
  24.  
  25. <tr>
  26. <td>class:</td>
  27. <td> <input type="text" name="class"></td>
  28. </tr>
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement