File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 10
10
< form action ="https://jsptogo.herokuapp.com/jspsrc/formText1.jsp " method ="post ">
11
11
< fieldset >
12
12
< 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 ="취소 "/>
20
22
</ fieldset >
21
23
</ form >
22
24
</ section >
You can’t perform that action at this time.
0 commit comments