___________ allows you to customise a tag and are always specified in the start tag
Answers
Answered by
3
Answer:
yes
Explanation:
A custom tag is a user-defined JSP language element. When a JSP page containing a custom tag is translated into a servlet, the tag is converted to operations on a tag handler. The web container then invokes those operations when the JSP page’s servlet is executed.
Similar questions