https://codesjava.com/jspinclude-action-tag
https://beginnersbook.com/2013/12/difference-between-include-directive-and-include-tag-in-jsp/
Include directive includes the file at translation time (the phase of JSP life cycle where the JSP gets converted into the equivalent servlet) whereas the include action includes the file at runtime.