beanTest2.html > MODEL

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL

beanTest2.html

페이지 정보

작성자 관리자 작성일 21-07-15 19:16 조회 1,343 댓글 0

본문

<!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>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기