The JSP page directive syntax is <%@ page attributeName="value" %>. This is the standard JSP 1.2 and later syntax for declaring page directives. Multiple attributes can be included in a single directive, or multiple directives can be used. The statement shown is syntactically correct.