Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. a:link {color:purple;text-decoration:underline;}
  5. a:visited {color:red;text-decoration:none;}
  6. a:hover {color:orange;text-decoration:none;}
  7. </style>
  8. </head>
  9. <title> Welcome to Techempires ! </title>
  10. <center><h1> Welcome to Techempires!</h1></center>
  11. <body>
  12.  
  13. <div id="mainbox">
  14.  
  15. <div id="navbar">
  16. <ul>
  17. <li><a href="index.html">Home</a></li>
  18. </ul>
  19. </div>
  20.  
  21.  
  22. <!--log in box-->
  23. <div id="insidebox1">
  24. <form name="form1" method="post" action="registernext.php">
  25. <p>Username: <input type="text" name="Username" size="15" maxlength="20" value="" /></p>
  26. <p>Password: <input type="password" name="Password" size="15" maxlength="30" value="" /></p>
  27. <p>Confirm password: <input type="password" name="confirm password" size="15" maxlength="30" value="" /></p>
  28. <p>Email: <input type="text" name="Email" size="15" maxlength="65" value="" /></p>
  29. <p>Confirm Email: <input type="text" name="Confirm Email" size="15" maxlength="65" value="" /></p>
  30. <P><input type="submit" name="submit" value="register" </p>
  31.  
  32. </form>
  33. </div>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement