In the previous chapter, we saw what Tag Libraries are and how to use them. In this chapter, we are going to see how to create and use Custom Tags.
So, lets get started!!!
What is a Custom Tag?
The custom tag is a convention that allows you to have the container call the tag library life cycle event methods (for example, doStartTag), including the attribute get/set calls automatically