Created
February 1, 2015 13:39
-
-
Save komo91/e2235761213db302fc0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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