Creates an empty tag file. Use tag files for creating custom JSP tags.
This is a JSP 2.0 facility that allows you to write tags using JSP syntax.
Tag file authors are not required to know how write Java classes. Tag
files should be placed under the /WEB-INF/tags
directory of the web application.