Advertisement
Guest User

my registration page

a guest
Dec 19th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" type="type/css" href="styles.css"> <!--All information based in css is passed down to styles.css-->
  3.  
  4. <html lang="">
  5. <head>
  6.     <meta charset="UTF-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.     <titleRegistration Pagetitle>
  9. </head>
  10.  
  11. <IMG SRC="sec.gif" ALT="" WIDTH=400 HEIGHT=300>
  12.  
  13.  
  14.  
  15. <body>
  16.  
  17. <nav>
  18. <ul>
  19. <li><a href='http://dropthisfile.altervista.org/'>Home</a></li>
  20. <li><a href='file:///F:/Middlesex/Year%202/Html/WEB/AboutUs.html'>About Us</a></li>
  21. <li><a href='#'>Feed Back</a></li>
  22. <li><a href='#'>Legal Stuff</a></li>
  23. </ul>
  24. </nav>
  25. <br>
  26.    
  27.     <h1> Drop this file</h1>
  28.     <br>
  29.     <h2>Create User</h2>
  30.        
  31.         <p>Here we expect you to compact your username and password below as accorded with the needed requirments.<br> We entrust that you read and understand the terms and conditions before publishing your user template </p>
  32.        
  33.    
  34.     <br></br>
  35.    
  36.     <form action = "insertInDatabase.php" method = "POST"> <!--by entering register, it'll submit the user into the structure of XAMPP into their designated folders from the insertInDatabase.php code-->
  37.         Alien name <input type ="text" name = "alienname"> <!--text to label button is under alienname-->
  38.         <br>
  39.         <input type = "submit" value = "Register"> <!-- button value is set to register to save the user-->
  40.     </form>
  41.    
  42.    
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement