<%@page... %>
text/html
text/plain, text/xml ...
error handling
페이지 지정error handling
을 위한 페이지인지 여부 지정<%@include file="…"%>
<%@include file="header.jsp"%>
<%@include file="footer.jsp"%>
action tag
를 통해 별도 파일 포함시킬 수도 있음<jsp:include page="header.jsp"/>
<jsp:include page="footer.jsp"/>