
"수정" 눌러서 볼 것.

아이디 :
패스워드 :
성별 남자 여자 좋아하는 과목 JAVA JSP HTML CSS 직업
<p>자기소개</p>
<p>
<textarea cols="30" rows="10">자기 소개</textarea>
</p>
<p>우편번호: <input type="text" readonly> <button type="button">우편번호</button></p>
<p>주소: <input type="text" name="address" id="address"></p>
<p>상세주소: <input type="text" name="detailaddress" id="detailaddress"></p>
<p>참고사항: <input type="text" disabled name="ref" id="ref" ></p>
<p>숨김처리: <input type="hidden" value="값을숨김"> </p>
<p><input type="reset" value="다시쓰기"> <input type="submit" value="확인"></p>
</form>