JSTL: core
기능: if-else 또는 변수 지정 같은 논리적인 처리를 위해 사용되는 스크립트 코드를 대체하기 위한 태그를 제공
접두어(Prefix): core
directive: <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/core" %>
JSTL: fmt
기능: 지역, 메시지 형식, 숫자 및 날짜형식
접두어(Prefix): fmt
directive: <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
JSTL: fn
기능: 컬렉션/String 처리
접두어(Prefix): fn
directive: <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>