티스토리 뷰

join.html
0.00MB
test.html
0.00MB

 

 

 

GUIDE LINE

 

 

1_HTML5 과제.pdf
0.32MB

 

test.html

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1><b>Member Login</b></h1>
<form action="join.html" method="get">
	<table border="0">
		<tr>
			<td>아이디</td>
			<td><input type="text" name="id" size="20"></td>
		</tr>
		<tr>
			<td>비밀번호</td>
			<td><input type="password" name="pwd" size="20"></td>
			<td><input type = "button" value="로그인"></td>					
		</tr>
		<tr>
			<td><td align="center">
				<input type="checkbox" name="svID" value="svID">아이디저장
				<input type="checkbox" name="secu" value="secu">보안접속
			</td>
		</tr>
		<tr>
			<td colspan="3" align="center">
				<input type="submit" value="회원가입">
				<input type="button" value="아이디/비밀번호찾기">
			</td>
		</tr>
	</table>
</form>
</body>
</html>

 

 

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>회원가입창</title>
</head>
<body>
<h2><center>🐱‍👓🐱‍👓회원가입🐱‍👓🐱‍👓</center></h2>
<table border = "1" align = "center">
	<tbody>
	<tr>
		<td style="color:yellow" colspan = "2" bgcolor="navy" align="center"> ✨기본정보✨</td>
	</tr>
	<tr>
		<td align = "center"><b>회원아이디</b></td>
		<td type="text" name = "id">
		<input size="15" type = "text">
		<input type="button" value="ID중복확인">
		영문소문자/숫자조합 3~8자</td>
	</tr>
	<tr>
		<td align = "center"><b>비밀번호</b></td>
		<td type="text" name = "password">
		<input size="15" type = "text">
		영문소문자/숫자조합 3~8자</td>
	</tr>
	<tr>
		<td align = "center"><b>비밀번호확인</b></td>
		<td type="text" name = "password_chk">
		<input size="15" type = "text"> 비밀번호확인</td>
	</tr>
	<tr>
		<td align = "center"><b>E-Mail</b></td>
		<td type="text" name = "email">
			<input size="15" type = "text">@
				<select id = "mail_option">
				<option value="1">naver.com</option>
				<option value="2">daum.net</option>
				<option value="3">google.com</option>
			</select>
	</tr>
	<tr>
		<td style="color:yellow" colspan = "2" bgcolor="navy" align="center"> ✨개인신상정보✨</td>
	</tr>
	<tr>
		<td align = "center"><b>한글이름</b></td>
		<td type="text" name="name">성과 이름을 붙여주세요 (예)홍길동</td>
	</tr>
	<tr>
		<td align = "center"><b>주민등록번호</b></td>
		<td type="text" name="social_num">비밀번호 분실시 이용됩니다.</td>
	</tr>
	<tr>
		<td align = "center"><b>실제생년월일</b></td>
		<td type="text" name="social_num">
			<input type="radio">양력<input type="radio">음력
			예)2000/05/22</td>
	</tr>
	<tr>
		<td align = "center"><b>전화번호</b></td>
		<td><select id = "local_num">
				<option value="1">02</option>
				<option value="2">031</option>
				<option value="3">055</option>
			</select>-
		<input size="5" type = "text">-
		<input size="5" type = "text">				
			예) 051-0000-0000</td>
	</tr>
	<tr>
		<td align = "center"><b>휴대전화번호</b></td>
		<td><select id = "cell_num">
				<option value="1">010</option>
				<option value="2">011</option>
				<option value="3">017</option>
			</select>-
		<input size="5" type = "text">-
		<input size="5" type = "text">				
			예) 011-0000-0000</td>
	</tr>
	<tr>
		<td align= "center"><b>우편번호</b></td>
		<td type = "text" name="post_num">
		<input size="5" type = "text">-
		<input size="5" type = "text">
		<input type="button" value="우편번호검색"></td>
	</tr>
	<tr>
		<td align = "center"><b>주소</b></td>
		<td type="text" name = "address">
		<input size="40" type = "text"></td>
	</tr>
	<tr>
		<td colspan = "2" bgcolor="lavender" align="center"> 
		<input type = "button" value="확인">
		<a href="test.html"><input type = "button" value="취소"></a></td>
	</tr>
	</tbody>
</table>
</body>
</html>
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함