2007년 10월 16일
백업
<html>
<head><title>가입 폼양식</title>
</head>
<body bgcolor=#7a6f95>
<H1>가입?</H1>
<form>
이름 <input type=text size=8 value=미쉘>
<br><br>
아이디 <input type=text size=8 maxlength=8>(영문소문자 또는 숫자 8자까지)
<br><br>
비밀번호<input type=password size=8>
<br><br>
주소<input type=text size=25>
<br><br>
성별<input type=radio name=sex>타압<input type=radio name=sex>바텀
<br><br>
직업<select>
<option>고르게나
<option>놀기
<option>빈둥빈둥
<option>뒤굴뒤굴
</select>
<br><br>
면상<input type=file>
<br><br>
할말이 있소<br>
<textarea cols=60 rows=10></textarea>
<br><br>
즐기는것<br>
<input type=checkbox> 영 화<input type=checkbox> 게 임<input type=checkbox> 독 서<input type=checkbox> 음 악<br>
<input type=checkbox>스포츠<input type=checkbox> 연 애<input type=checkbox>동인질<input type=checkbox> 낙 서
<br><br>
<input type=submit value=가입하겠소> <input type=submit value=그만두기>
</form>
</body>
</html>
# by | 2007/10/16 10:29 | 외각 | 트랙백 | 덧글(0)




☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]