Computer Science, asked by ajayverma1970a, 15 days ago

Question :- Which allows you to customise a tag and give us extra information about the tag ?​

Answers

Answered by chauhankashish130
1

Answer:

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.

Explanation:

The Custom HTML Tag type allows you to deploy a tag that isn't yet supported via Tag Manager.

Similar questions