JSP directives are used to give messages that tells the web container how to translate a JSP page into the corresponding servlet.
There are three types of directives:
The page directive is used to defines attributes that apply to an entire JSP page.
You can code page directives anywhere in your JSP page.
Attributes of JSP page directive