beanTest2.html
페이지 정보
![profile_image](https://dancepkt.cafe24.com/data/member_image/ad/admin.gif?1630310007)
본문
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style>
#formArea{
margin : auto;
width : 400px;
border : 1px solid black;
}
h1,fieldset{
text-align : center;
}
</style>
</head>
<body>
<section id = "formArea">
<h1>propery="*" 테스트</h1>
<form action = "beanTest4.jsp" method = "POST">
<fieldset>
<label for = "name">이름 : </label><input type = "text" name = "name" id = "name"/><br>
<label for = "addr">주소 : </label><input type = "text" name = "addr" id = "addr"/><br>
<label for = "email">이메일 주소 : </label><input type = "email" name = "email" id = "email"/><br>
<label for = "birthday">생년월일 : </label><input type = "date" name = "birthday" id = "birthday"/><br>
<input type = "submit" value = "전송">
</fieldset>
</form>
</section>
</body>
</html>
- 이전글BeanTest2.java 21.07.15
- 다음글beanTest4.jsp 21.07.15
댓글목록
등록된 댓글이 없습니다.