Guest User

Untitled

a guest
Oct 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. </head>
  6. <style>
  7. h1 {
  8. color: red;
  9. }
  10. h2 {
  11. color: blue;
  12. }
  13. </style>
  14.  
  15. <body bgcolor="gray">
  16. <h1><center>WIREDELTA TECHHNOLOGY MYSORE</center></h1>
  17. <h3><p align="center">Tk layout mysore manasagangotri</h3></p>
  18. <div>
  19. <img src="C:\Users\user\Pictures\Screenshots\Screenshot (2).png" width="250" height="150">
  20. <img src="C:\Users\user\Pictures\Screenshots\Screenshot (2).png" width="250" height="150" align="right">
  21. </div>
  22. <div>
  23. <h1><center><marquee><font color="blue">Welcome to Registration page</font></marquee></center></h1>
  24. </div>
  25. <div align="center">
  26. <form name="form1" method="post">
  27. <label><b>Name:</b><label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  28. <input type="text" required name="name" placeholder="Enter your name" </input><br/><br/>
  29. </tr>
  30. <tr>
  31. <label><b>UserName:</b></label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  32. <input type="text" required name="uname" placeholder="Enter your username" </input><br/><br/>
  33. <tr>
  34. <label><b>Password:</b></label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  35. <input type="password" name="password" placeholder="Enter your password" </input><br/><br/>
  36. <tr>
  37. <label><b>Confirm Password:</b></label>&nbsp
  38. <input type="password" required name="conpassword" placeholder="Re enter your password" </input><label><br/><br/>
  39. <tr>
  40. <label><b>Email-id:</b></label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  41. <input type="email-id" required name="email" placeholder="Enter your email-id" </input><br/><br/>
  42.  
  43. <label><b>Ph-No:</b></label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  44. <input type="Phonenumber" required name="phno" maxlength="10" placeholder="Enter your Ph-No" </input><br/><br/>
  45.  
  46.  
  47.  
  48. <input type="Submit" />
  49. </form>
  50. </div>
  51. <script>
  52. function clk();{
  53. if(name=="");
  54. {
  55. alert("enter the name");
  56. }
  57. if(uname=="");
  58. {
  59. alert("enter the user name");
  60. }
  61. if(conpassword=="");
  62. {
  63. alert("enter the confirmation password");
  64. }
  65. if(email=="");
  66. {
  67. alert("enter the email-id");
  68. }
  69. if(phno=="");
  70. {
  71. alert("enter the phone number");
  72. }
  73. </script>
  74.  
  75. <footer>
  76. <font color="purple"><p align="center">wiredelta company mysore 2018</p>
  77.  
  78. </body>
  79. </html>
Add Comment
Please, Sign In to add comment