Skip to content

Commit 740888c

Browse files
authored
Update formText1.html
1 parent 93a8b5d commit 740888c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

20190410/formText1.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
<form action="https://jsptogo.herokuapp.com/jspsrc/formText1.jsp" method="post">
1111
<fieldset>
1212
<legend>사용자 정보</legend>
13-
<input id="namex" type="text" name="namex" size="20" maxlength="20" placeholder="아이디입력"/>
14-
<input type="button" value="중복확인"/>
15-
<br/>
16-
<input id="passx" type="password" name="passx"/>
17-
<br/>
18-
<input type="submit" value="서버전송"/>
19-
<input type="reset" value="취소"/>
13+
<label for="namex">아이디</label>
14+
<input id="namex" type="text" name="namex" size="20" maxlength="20" placeholder="아이디입력"/>
15+
<input type="button" value="중복확인"/>
16+
<br/>
17+
<label for="passx">패스워드</label>
18+
<input id="passx" type="password" name="passx"/>
19+
<br/>
20+
<input type="submit" value="서버전송"/>
21+
<input type="reset" value="취소"/>
2022
</fieldset>
2123
</form>
2224
</section>

0 commit comments

Comments
 (0)