Back to JSP Notes
<html> <head> <%@ taglib uri="http://location/abc" prefix="pr" %> </head> <body> The file is <pr:hello text="helloworld"/> </body>