Skip to content

Instantly share code, notes, and snippets.

@shinderuman
Created April 24, 2012 16:16
Show Gist options
  • Save shinderuman/2481113 to your computer and use it in GitHub Desktop.
Save shinderuman/2481113 to your computer and use it in GitHub Desktop.
<html><head></head><body>
<form method="post" action="commit.php">
<input type="text" name="namae" value="" />名前入れてね<br />
<input type="password" name="pasuwa-do" value="" />パスワード入れてね<br />
好きなゲームは?
<label><input type="checkbox" name="ge-mu[]" value="rpg" />RPG</label>
<label><input type="checkbox" name="ge-mu[]" value="action" />ACTION</label><br />
性別
<label><input type="radio" name="seibetu" value="man" />おとこ</label>
<label><input type="radio" name="seibetu" value="woman" />おにゃのこ</label><br />
<input type="submit" value="登録" />
</form>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment