<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<link rel="stylesheet" href="/Mission-WEB/css/layout.css">
</head>
<body>
<header>
header 부분
</header>
<section>
section 부분
</section>
<footer>
<%@ include file="/jsp/include/footer.jsp" %>
</footer>
</body>
</html>
'웹 프로그래밍 > JSP' 카테고리의 다른 글
[JSP] welcome-file-list 역할 (0) | 2020.07.21 |
---|---|
[JSP] include(지시자와 액션태그) + jstl import (0) | 2020.07.21 |
[JSTL] c:import VS jsp:include (0) | 2020.07.20 |
[EL] 자바빈즈, 맵을 활용한 EL (0) | 2020.07.15 |
[JSP] JSP 객체, EL 객체를 사용할 수 있는 이유 (0) | 2020.07.14 |