Advertisement
ranveer5289

form2.html

Jun 12th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>login and signup</title>
  6. <h1> form2 </h1>
  7.  
  8. </head>
  9.  
  10. <body>
  11.  
  12. <form>
  13. First name: <input type="text" name="firstname" /><br />
  14. Last name: <input type="text" name="lastname" />
  15.  
  16. </form>
  17.  
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement