Skip to content

Instantly share code, notes, and snippets.

@komo91
Created February 1, 2015 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komo91/e2235761213db302fc0c to your computer and use it in GitHub Desktop.
Save komo91/e2235761213db302fc0c to your computer and use it in GitHub Desktop.
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head>
<meta http-equiv="Content-Type"text/html;charset=Shift_JIS>
<title>試しにしてみた</title>
</head>
<body bgcolor="#3D61FD">
<div align="center">
<input type="checkbox"><label>リンゴ</label>
<input type="checkbox"><label>バナナ</label>
<input type="checkbox"><label>ブドウ</label>
<input type="checkbox"><label>メロン</label>
<input type="checkbox"><label>スイカ</label>
<br><br>
<input type="radio"><label>10代</label>
<input type="radio"><label>20代</label>
<input type="radio"><label>30代</label>
<input type="radio"><label>40代</label>
<input type="radio"><label>50代以上</label>
<br><br>
<select>
<option>メニュー1</option>
<option>メニュー2</option>
<option>メニュー3</option>
<option>メニュー4</option>
</select>
<br><br>
<input type="password" size="10">
<br><br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment