본문 바로가기
JSTL & EL & Action Tag/JSTL

JSTL (format_form)

by pms93 2022. 10. 12.
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<form action = "ex7_result.jsp" method = "POST">
	<input type = "text" name = "id" placeholder = "아이디"> <br>
	<input type = "password" name = "pw" placeholder = "비밀번호"> <br>
	<input type = "password" name = "confirmPw" placeholder = "비밀번호 확인"> <br>
	<input type = "text" name = "name" placeholder = "이름"> <br>
	<input type = "text" name = "email" placeholder = "이메일"> <br>
	<input type = "submit" value = "회원가입"> <br>
	<input type = "reset" value = "취소">
</form>

'JSTL & EL & Action Tag > JSTL' 카테고리의 다른 글

JSTL (format_result)  (0) 2022.10.12
JSTL (core)  (0) 2022.10.12