Guest User

Untitled

a guest
Oct 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3. <title>
  4. Sample
  5. </title>
  6. </head>
  7. <body>
  8.  
  9. <form action="Sample01.php" method="POST">
  10. <p class="sample1">名前:<input type="text" name="handle" placeholder="名前入力"></p>
  11. <p class="sample2">出身地:<input type="text" name="live" placeholder="出身地"></p>
  12. <input type="submit" value="検索">
  13. </form>
  14.  
  15. </body>
Add Comment
Please, Sign In to add comment