-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasicSemanticMember1.html
201 lines (179 loc) · 5.58 KB
/
basicSemanticMember1.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!doctype html>
<!-- basicSemanticMember1.html -->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
header,
nav,
section,
article,
aside,
footer {
border: 1px solid gray;
margin: 5px;
padding: 8px;
width: 1000px;
}
header h2 {
float: left;
border: solid 1px gray;
margin: 0 0 0 0;
}
header #headMenu {
float: right;
border: solid 1px gray;
margin: 20px 0 0 0;
}
header ul {
margin: 0;
padding: 0;
}
header ul li {
display: inline;
margin: 5px;
}
header img {
width: 990px;
height: 200px;
}
section {
width: 750px;
float: left;
}
section section {
width: 725px;
float: left;
}
aside {
width: 221px;
float: left;
line-height: 30px;
}
footer {
height: 50px;
clear: both;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li {
display: inline;
margin: 5px;
}
aside ul {
margin: 0;
padding: 0;
}
aside ul li {
display: block;
margin: 5px;
}
aside ul li img {
width: 50px;
height: 50px;
}
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: blue;
background-color: transparent;
text-decoration: none;
}
</style>
<title>시멘틱 학습</title>
</head>
<body>
<header>
<h2><a href="https://usrcheat.github.io/20190411/basicSemantic4.html">실습을 환영합니다</a></h2>
<ul id="headMenu">
<li>로그인|</li>
<li><a href="https://usrcheat.github.io/20190411/basicSemanticMember1.html">회원가입</a>|</li>
<li>사이트맵</li>
</ul>
<img src="https://usrcheat.github.io/Images/scene.png" alt="히말라야" />
</header>
<nav>
<ul>
<li><a href="http://www.w3.org/TR/html5/" target="_blank">HTML5</a></li>
<li><a href="http://jquery.com/" target="_blank">jQuery</a></li>
<li><a href="https://jquerymobile.com" target="_blank">jQuery Mobile</a></li>
<li><a href="https://usrcheat.github.io/jsp/jspintro.html">JSP</a></li>
</ul>
</nav>
<section>
<!-- main -->
<section id="memberArea">
<form id="memberForm" action="https://jsptogo.herokuapp.com/jspsrc/regCheck.jsp" method="post">
<fieldset>
<legend>회원정보</legend>
<fieldset>
<legend>이름/이메일</legend>
<label for="stud_name">이름</label>
<input id="stud_name" type="text" name="stud_name" size="20" maxlength="50" required/>
<br/>
<label for="stud_email">이메일</label>
<input id="stud_email" type="text" name="stud_email" size="20" maxlength="50" />
<br/>
<label for="stud_phone">전화번호</label>
<input id="stud_phone" type="text" name="stud_phone" size="20" maxlength="50" />
<br/>
</fieldset>
<fieldset>
<legend>아이디</legend>
<label for="stud_id">아이디</label>
<input id="stud_id" type="text" name="stud_id" size="20" maxlength="50" required/>
<br/>
<label for="stud_password">비밀번호</label>
<input id="stud_password" type="password" name="stud_password" size="20" maxlength="50" required/>
<br/>
</fieldset>
<fieldset>
<legend>성별</legend>
<label for="stud_gender1">여자</label>
<input id="stud_gender1" type="radio" name="stud_gender" value="여자" checked/>
<label for="stud_gender2">남자</label>
<input id="stud_gender2" type="radio" name="stud_gender" value="남자" />
</fieldset>
<fieldset>
<legend>취미</legend>
<label for="stud_hobby1">낚시</label>
<input id="stud_hobby1" type="checkbox" name="stud_hobby" value="낚시" />
<label for="stud_hobby2">바둑</label>
<input id="stud_hobby2" type="checkbox" name="stud_hobby" value="바둑" />
<label for="stud_hobby3">독서</label>
<input id="stud_hobby3" type="checkbox" name="stud_hobby" value="독서" />
</fieldset>
<input type="submit" value="회원등록">
<input type="reset" value="취소">
</fieldset>
</form>
</section>
</section>
<aside>
<ul>
<li><a href="https://www.google.com"><img src="https://usrcheat.github.io/Images/googlePlus.png" alt="구글"/></a></li>
<li><a href="https://www.facebook.com"><img src="https://usrcheat.github.io/Images/facebookOne.png" alt="페이스북"/></a></li>
<li><a href="https://www.twitter.com"><img src="https://usrcheat.github.io/Images/twitterYou.png" alt="트위터"/></a></li>
</ul>
</aside>
<footer>
<p>© 2019 Made by Korea. All right reserved.</p>
</footer>
</body>
</html>