Advertisement
Guest User

HTML Code

a guest
Aug 26th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form action="welcome.php" method="post">
  5. Name: <input type="text" name="name" placeholder="Name"><br>
  6. <input type="submit">
  7. </form>
  8.  
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement